aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2019-11-09 15:48:29 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2019-11-09 15:48:29 +0100
commit47aa6416d69b2f105b8a07810204114226b2f55e (patch)
treee7f7eb50f63a33b92b64b50a33c5bb79d7907bf8 /README.md
parentUpdate README.md (diff)
downloaddwm-47aa6416d69b2f105b8a07810204114226b2f55e.tar.gz
dwm-47aa6416d69b2f105b8a07810204114226b2f55e.tar.bz2
dwm-47aa6416d69b2f105b8a07810204114226b2f55e.tar.xz
dwm-47aa6416d69b2f105b8a07810204114226b2f55e.tar.zst
dwm-47aa6416d69b2f105b8a07810204114226b2f55e.zip
Standard
Diffstat (limited to 'README.md')
-rw-r--r--README.md42
1 files changed, 21 insertions, 21 deletions
diff --git a/README.md b/README.md
index aec4350..62b6ed4 100644
--- a/README.md
+++ b/README.md
@@ -40,23 +40,23 @@ I am not shure about how to set it up on regular desktop managers like `gdm` or
**"Window"** or **"tile"** is being called **"stack"** in this segment as it an 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 stack to workspace 1-10 with `super+shift+{F1-F10}`
-- **fire up** `st` terminal with `super+return`. See how to set it to another terminal emulator in [optional config](https://github.com/JozanLeClerc/dwm-laptop/blob/master/README.md#optional-config)
-- **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/)
-- **invoke** `qutebrowser` if installed with `super+3`. See how to set it up to your favorite web browser in [optional config](https://github.com/JozanLeClerc/dwm-laptop/blob/master/README.md#optional-config)
-- toggle **normal tiled mode** with `super+s`
-- toggle **alternative tiled mode** with `super+shift+s`
-- 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`
++ **switch** to workspace 1-10 with `super+{F1-F10}`
++ **show all workspaces** at once with `super+F12`
++ **move** selected stack to workspace 1-10 with `super+shift+{F1-F10}`
++ **fire up** `st` terminal with `super+return`. See how to set it to another terminal emulator in [optional config](https://github.com/JozanLeClerc/dwm-laptop/blob/master/README.md#optional-config)
++ **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/)
++ **invoke** `qutebrowser` if installed with `super+3`. See how to set it up to your favorite web browser in [optional config](https://github.com/JozanLeClerc/dwm-laptop/blob/master/README.md#optional-config)
++ toggle **normal tiled mode** with `super+s`
++ toggle **alternative tiled mode** with `super+shift+s`
++ 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`
## Optional config
@@ -86,9 +86,9 @@ in `config.h` on **line 81**.
Patches list to come:
--
--
--
--
++
++
++
++
My own autostart script can be found under my [dotfiles](https://github.com/JozanLeClerc/dotfiles) repository. It should be placed in `~/.dwm` directory.