speedwm-mkpage: Auto-pushed speedwm changes!

This commit is contained in:
speediegq 2022-08-26 19:28:19 +02:00
parent ef1e8970ea
commit 33d9b476d8

View file

@ -147,6 +147,7 @@ Below is a list of all speedwm keybinds.
- Super+Shift+e+a | Open the virtual keyboard
- Super+Shift+e+e | Open a list of all emojis and copy the selection
- Super+Shift+e+a | Open a list of copypasta and copy the selection
- Alt+Shift+q+o | Kill every window except the focused
### Extras
@ -161,7 +162,7 @@ Below is a list of all speedwm keybinds.
- Email button | Open your defined email client
- System button | Open your defined status viewer in a terminal
### Mouse
-- Mouse --
These binds can be activated using your mouse
@ -269,7 +270,6 @@ If it is not or you want it somewhere else, you can edit 'autostart.h' and 'make
Note that the 'xrdb' dependency is required for both pywal and .Xresources support and 'xsetroot' is required for automatic reloading of colors, the built in status bar, and more so you should install this.
- speedwm.nmaster: 1
- speedwm.font: fontawesome:size=8
- speedwm.font2: NotoSans-Regular:size=8:antialiasing=true
- speedwm.font3: Noto Emoji:size=8
@ -323,8 +323,9 @@ Note that the 'xrdb' dependency is required for both pywal and .Xresources suppo
- speedwm.mousemfact: 1
- speedwm.mfact: 0.50
- speedwm.startontag: 1
- speedwm.clicktofocus: 0
- speedwm.enablegaps: 1
- speedwm.smartgaps: 1
- speedwm.smartgaps: 0
- speedwm.smartgapsize: 0
- speedwm.gappih: 10
- speedwm.gappiv: 10
@ -338,8 +339,8 @@ Note that the 'xrdb' dependency is required for both pywal and .Xresources suppo
- speedwm.defaultname:
- speedwm.refreshrules: 1
- speedwm.decorhints: 1
- speedwm.barpaddingv: 0
- speedwm.barpaddingh: 0
- speedwm.barpaddingv: 5
- speedwm.barpaddingh: 5
- speedwm.barheight: 5
- speedwm.centerfloating: 1
- speedwm.savefloat: 1
@ -366,7 +367,6 @@ Note that the 'xrdb' dependency is required for both pywal and .Xresources suppo
- speedwm.fadeinactive: 1
- speedwm.defaultlayout: 1
- speedwm.wmclass: 1
- speedwm.clicktofocus: 0
- speedwm.stairpx: 20
- speedwm.stairdirection: 1
- speedwm.stairsamesize: 1
@ -378,6 +378,7 @@ Note that the 'xrdb' dependency is required for both pywal and .Xresources suppo
- speedwm.swallowfloating: 1
- speedwm.movefullscreenmon: 0
- speedwm.lockfullscreen: 1
- speedwm.fullscreenhidebar: 1
- speedwm.underline: 0
- speedwm.underlineall: 0
- speedwm.underlinepad: 5
@ -385,6 +386,7 @@ Note that the 'xrdb' dependency is required for both pywal and .Xresources suppo
- speedwm.underlinevoffset: 0
- speedwm.forcevsplit: 1
- speedwm.floatscratchpad: 0
- speedwm.nmaster: 1
## Fsignal
Thanks to the 'fsignal' patch available on suckless.org's website, we can easily write shell scripts to interact with dwm and therefore speedwm.