From de29e5f09b646fd43025fea315443e50fbd172a0 Mon Sep 17 00:00:00 2001 From: speedie Date: Sat, 26 Nov 2022 14:14:44 +0100 Subject: [PATCH] update docs --- README.md | 13 +++++++------ docs/doc-07 | 1 + docs/keybinds | 2 +- speedwm.1 | 16 ++++++++-------- 4 files changed, 17 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 42463df..12eb8dd 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ These keybinds are for navigating speedwm - Super+Control+j/k - Move focus between hidden windows (Can then 'Show') - Super+Control+Arrow - Moves a window to any corner of your screen (Arrow key) - Super+Control+Tab - Open a dmenu prompt asking the user what layout to switch to -- Super+Control+h - Open a list of all keybinds in your terminal using less +- Super+Control+h - Open the man page for speedwm in dmenu. - Super+Control+o - Show a hidden focused window - Super+Control+a/d - Move to the next/previous tag - Super+Control+Shift+o - Show all hidden windows @@ -160,7 +160,7 @@ These keybinds are for navigating speedwm - Super+Control+Shift+Equal - Increase bar height by 1 - Super+Control+Shift+Minus - Decrease bar height by 1 --- Chained keybinds -- +Chained keybinds - Super+r & s - Run screenkey if it is installed Super+r & d - Kill screenkey - Super+t & r - Reorganize tags and move windows @@ -353,9 +353,9 @@ Below is a list of all .Xresources values you can define. - speedwm.border.cornerradius: 2 - speedwm.border.size: 1 - speedwm.client.allowurgent: 1 -- speedwm.client.automove: 0 -- speedwm.client.autofocus: 0 -- speedwm.client.autoresize: 0 +- speedwm.client.automove: 1 +- speedwm.client.autofocus: 1 +- speedwm.client.autoresize: 1 - speedwm.client.decorhints: 1 - speedwm.client.fade.inactive: 1 - speedwm.client.fade.windows: 1 @@ -442,7 +442,7 @@ Below is a list of all .Xresources values you can define. - speedwm.mouse.mfact: 1 - speedwm.mouse.cfact: 1 - speedwm.mouse.mousepreview: 1 -- speedwm.rule.refresh: 1 +- speedwm.rule.refresh: 0 - speedwm.stack.attachdirection: 3 - speedwm.stack.centerfloating: 1 - speedwm.stack.i3mcount: 0 @@ -476,6 +476,7 @@ Below is a list of all .Xresources values you can define. - speedwm.tag.urgentwindows: 1 - speedwm.tiling.resizehints: 0 - speedwm.run.shell: /bin/sh + ## Signals Thanks to the 'fsignal' patch available on suckless.org's website, we can easily write shell scripts to interact with dwm and therefore speedwm. diff --git a/docs/doc-07 b/docs/doc-07 index f73702d..69dc32b 100644 --- a/docs/doc-07 +++ b/docs/doc-07 @@ -1,3 +1,4 @@ + ## Signals Thanks to the 'fsignal' patch available on suckless.org's website, we can easily write shell scripts to interact with dwm and therefore speedwm. diff --git a/docs/keybinds b/docs/keybinds index 3589e36..3f633f7 100644 --- a/docs/keybinds +++ b/docs/keybinds @@ -110,7 +110,7 @@ These keybinds are for navigating speedwm - Super+Control+Shift+Equal - Increase bar height by 1 - Super+Control+Shift+Minus - Decrease bar height by 1 --- Chained keybinds -- +Chained keybinds - Super+r & s - Run screenkey if it is installed Super+r & d - Kill screenkey - Super+t & r - Reorganize tags and move windows diff --git a/speedwm.1 b/speedwm.1 index 67f062e..d49cfa6 100644 --- a/speedwm.1 +++ b/speedwm.1 @@ -265,8 +265,7 @@ key) Super+Control+Tab - Open a dmenu prompt asking the user what layout to switch to .IP \[bu] 2 -Super+Control+h - Open a list of all keybinds in your terminal using -less +Super+Control+h - Open the man page for speedwm in dmenu. .IP \[bu] 2 Super+Control+o - Show a hidden focused window .IP \[bu] 2 @@ -327,7 +326,7 @@ Super+Control+Shift+Equal - Increase bar height by 1 .IP \[bu] 2 Super+Control+Shift+Minus - Decrease bar height by 1 .PP -\[en] Chained keybinds \[en] +Chained keybinds .IP \[bu] 2 Super+r & s - Run screenkey if it is installed Super+r & d - Kill screenkey @@ -701,11 +700,11 @@ speedwm.border.size: 1 .IP \[bu] 2 speedwm.client.allowurgent: 1 .IP \[bu] 2 -speedwm.client.automove: 0 +speedwm.client.automove: 1 .IP \[bu] 2 -speedwm.client.autofocus: 0 +speedwm.client.autofocus: 1 .IP \[bu] 2 -speedwm.client.autoresize: 0 +speedwm.client.autoresize: 1 .IP \[bu] 2 speedwm.client.decorhints: 1 .IP \[bu] 2 @@ -879,7 +878,7 @@ speedwm.mouse.cfact: 1 .IP \[bu] 2 speedwm.mouse.mousepreview: 1 .IP \[bu] 2 -speedwm.rule.refresh: 1 +speedwm.rule.refresh: 0 .IP \[bu] 2 speedwm.stack.attachdirection: 3 .IP \[bu] 2 @@ -945,7 +944,8 @@ speedwm.tag.urgentwindows: 1 .IP \[bu] 2 speedwm.tiling.resizehints: 0 .IP \[bu] 2 -speedwm.run.shell: /bin/sh ## Signals +speedwm.run.shell: /bin/sh +.SS Signals .PP Thanks to the `fsignal' patch available on suckless.org\[cq]s website, we can easily write shell scripts to interact with dwm and therefore