aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2019-11-08 11:31:30 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2019-11-08 11:31:30 +0100
commitaf021020891481cb6f1721a208f9a65028bf204a (patch)
treedbe20f2fa216689421a4d6a92aea19493dbf3f44 /README.md
parentREADME still in progress (diff)
downloaddwm-af021020891481cb6f1721a208f9a65028bf204a.tar.gz
dwm-af021020891481cb6f1721a208f9a65028bf204a.tar.bz2
dwm-af021020891481cb6f1721a208f9a65028bf204a.tar.xz
dwm-af021020891481cb6f1721a208f9a65028bf204a.tar.zst
dwm-af021020891481cb6f1721a208f9a65028bf204a.zip
Better
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 9 insertions, 7 deletions
diff --git a/README.md b/README.md
index 9c5ab16..eac6f9c 100644
--- a/README.md
+++ b/README.md
@@ -37,21 +37,23 @@ I am not shure about how to set it up on `gdm`, `lightdm`, etc...
## Bindings
+"Window" or "tile" is being called "stack" in this segment as it is the apropriate name
+
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 stack 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`
-- **move** selected window down/up with `super+shift+j/k`
-- **resize** master window to left/right with `super+h/l`
+- **kill** selected stack with `super+q`
+- **cycle through** stacks down/up with `super+j/k`
+- **move** selected stack down/up with `super+shift+j/k`
+- **resize** master stack to left/right with `super+h/l`
- **invoke** `dmenu_run` application launcher with `super+p`. Get it [here](https://tools.suckless.org/dmenu/)
- **invoke** `slock` screen locker with `super+shift+l`. Get it [here](https://tools.suckless.org/slock/)
- toggle **normal tiled mode** with `super+s`
- toggle **alternative tiled mode** with `super+shift+s`
-- toggle **maximized mode** (monocle) on selected window with `super+f`
-- toggle **floating mode** on selected window with `super+space`
+- toggle **maximized mode** (monocle) on selected stack with `super+f`
+- toggle **floating mode** on selected stack with `super+space`
- toggle **top bar** with `super+escape`. Hidden by default
- **exit** dwm with `super+shift+e`