speedwm-personal/docs/doc-07

10 lines
541 B
Plaintext
Raw Normal View History

-- 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.
I made some changes to this patch, because it has some.. questionable behaviour in my opinion.
2022-11-12 11:48:46 +01:00
To use signals, if you have speedwm-extras, simply use the speedwm-utils script. Syntax is speedwm-utils -exec <signum>
If you do not have speedwm-extras, you can use the speedwm binary itself. The syntax is speedwm -s "#cmd:<signum>"
Below is a list of all signums and what they do.