diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-08-07 21:20:49 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-08-07 21:20:49 +0100 |
commit | ec3c800ee50f1686e42150c8bc634d03552dc90a (patch) | |
tree | 02d6f09f7678860efd3ef8c3b7202a2cab254857 | |
parent | e544c9c0248d6f263c70ca6cd9cdc8fdf89b0799 (diff) | |
download | dwm-ec3c800ee50f1686e42150c8bc634d03552dc90a.tar.gz dwm-ec3c800ee50f1686e42150c8bc634d03552dc90a.tar.bz2 dwm-ec3c800ee50f1686e42150c8bc634d03552dc90a.zip |
Update README
-rw-r--r-- | README | 5 | ||||
-rw-r--r-- | README.org | 41 |
2 files changed, 3 insertions, 43 deletions
@@ -44,5 +44,6 @@ like this in your .xinitrc: Configuration ------------- -The configuration of dwm is done by creating a custom config.h -and (re)compiling the source code. +The configuration of dwm is done by creating a custom config.h and (re)compiling +the source code. Refer to dwm(1) (stored in this repository as well) to find +more information. diff --git a/README.org b/README.org deleted file mode 100644 index 643dafd..0000000 --- a/README.org +++ /dev/null @@ -1,41 +0,0 @@ -* Key layout -Notation: -+ S = Super -+ C = Control -+ ^k = Shift-k - -S-b = toggle bar -S-grave = toggle scratch terminal -S-j = focus next on the stack -S-k = focus prev on the stack -** Gaps -S-period = Increase gaps -S-comma = Decrease gaps -S-slash = Turn gaps off and on -S-^slash = Print current gaps (notify-send) -** Master manipulation -S-h = Decrease size of master -S-l = Increase size of master -S-c = Set current focused client to master -S-C-period = Decrease number of master clients -S-C-comma = Increase number of master clients -** Layouts -S-^t = Tiling -S-^f = Floating -S-^m = Monocle -S-^u = Centred monocle -S-^o = Centred floating monocle -S-^s = Spiral fibonacci -S-^d = Dwindle fibonacci -S-^g = 2 row grid -S-^i = Deck -S-^space = Toggle between current and previous layout -S-space = Toggle floating on currently focused client -** Monitors -S-m = Focus on the next monitor (wraps around) -S-^comma = Send to previous monitor -S-^period = Send to next monitor -** Tags and quit -S-Tab = Go to previously viewed tag -S-q = killclient -S-^q = quit |