diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-08 11:29:33 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-08 11:29:33 +0100 |
commit | 0e88a2e16875b9a493df40a42dafd86038ff09de (patch) | |
tree | b3b89347515d15ff94b7c47123b0b389ba6adfed | |
parent | Even nicer (diff) | |
download | dwm-0e88a2e16875b9a493df40a42dafd86038ff09de.tar.gz dwm-0e88a2e16875b9a493df40a42dafd86038ff09de.tar.bz2 dwm-0e88a2e16875b9a493df40a42dafd86038ff09de.tar.xz dwm-0e88a2e16875b9a493df40a42dafd86038ff09de.tar.zst dwm-0e88a2e16875b9a493df40a42dafd86038ff09de.zip |
README still in progress
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ I am not shure about how to set it up on `gdm`, `lightdm`, etc... Some of the main key bindings: - **switch** to workspace 1-10 with `super+{F1-F10}` - **show all workspaces** at once with `super+F12` -- **move selected window** to workspace 1-10 with `super+shift+{F1-F10}` +- **move** selected window to workspace 1-10 with `super+shift+{F1-F10}` - **fire up** `st` terminal with `super+return` - **kill** selected window with `super+q` - **cycle through** windows down/up with `super+j/k` |