update docs

This commit is contained in:
speedie 2022-11-26 14:14:44 +01:00
parent 0a5f7cb0b9
commit de29e5f09b
4 changed files with 17 additions and 15 deletions

View file

@ -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.

View file

@ -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.

View file

@ -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

View file

@ -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