aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-11-11 15:55:15 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-11-11 15:55:15 +0100
commit6ae365f99616dfe1084e6b70c78fe790e1bec038 (patch)
treea89a0d87733f5b428bf1d0cabcb112aa122e506f /README
parentRemoved swallow patch (diff)
downloaddwm-6ae365f99616dfe1084e6b70c78fe790e1bec038.tar.gz
dwm-6ae365f99616dfe1084e6b70c78fe790e1bec038.tar.bz2
dwm-6ae365f99616dfe1084e6b70c78fe790e1bec038.tar.xz
dwm-6ae365f99616dfe1084e6b70c78fe790e1bec038.tar.zst
dwm-6ae365f99616dfe1084e6b70c78fe790e1bec038.zip
Added patches nmaster and tagothermon
Diffstat (limited to 'README')
-rw-r--r--README56
1 files changed, 29 insertions, 27 deletions
diff --git a/README b/README
index a679513..383235a 100644
--- a/README
+++ b/README
@@ -31,37 +31,39 @@ To use it as a default WM, if you are using xinit, add this to your .xinitrc:
Bindings
--------
Some of the main key bindings:
-- switch to workspace 1-12 with super+{F1-F12}
-- move selected stack to workspace 1-12 with super+shift+{F1-F12}
-- fire up st terminal with super+return
-- 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
-- toggle better tiled mode with super+s
-- toggle alternative tiled mode with super+shift+s
-- toggle normal tiled mode with super+t
-- toggle fullscreen mode on selected stack with super+f
-- toggle floating mode on selected stack with super+space
-- toggle top bar with super+b. Hidden by default
-- restart dwm with super+shift+r
-- exit dwm with super+shift+e
+ - switch to workspace 1-12 with super+{F1-F12}
+ - move selected stack to workspace 1-12 with super+shift+{F1-F12}
+ - fire up st terminal with super+return
+ - 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
+ - toggle better tiled mode with super+s
+ - toggle alternative tiled mode with super+shift+s
+ - toggle normal tiled mode with super+t
+ - toggle fullscreen mode on selected stack with super+f
+ - toggle floating mode on selected stack with super+space
+ - toggle top bar with super+b. Hidden by default
+ - restart dwm with super+shift+r
+ - exit dwm with super+shift+e
Patches
-------
List of patches in use:
-- actualfullscreen
-- alwayscenter
-- attachaside
-- cool-autostart
-- fibonacci
-- focusonclick
-- moveresize
-- movestack
-- noborder
-- pertag
-- restartsig
+ - actualfullscreen
+ - alwayscenter
+ - attachasideandbelow
+ - cool-autostart
+ - fibonacci
+ - focusonclick
+ - nmaster
+ - moveresize
+ - movestack
+ - noborder
+ - pertag
+ - restartsig
+ - tagothermon
My own autostart script can be found under my dotfiles-bsd repository:
https://git.jozanleclerc.xyz/jozan/dotfiles-bsd/files.html