Commit graph

604 commits

Author SHA1 Message Date
speediegq 3c88d64bf4 speedwm-mkpage: Auto-pushed speedwm changes! 2022-09-17 14:03:39 +02:00
speediegq 88c318e655 Update: Add a LOT of fsignal signals, change older ones, update scripts.
I apologize for potentially breaking old scripts but this should be much
easier to maintain and update.
2022-09-17 14:02:14 +02:00
speediegq d25c884477 Add more fsignal signals, show hidden window if alt+tab script moves to
it
2022-09-17 13:02:45 +02:00
speediegq 37164abc95 Update: awesomebar patch 2022-09-17 01:40:49 +02:00
speediegq bcfbc2e218 Update: Add lowest mfact float 2022-09-17 00:45:58 +02:00
speediegq c0428306dc Add toggle: rounded corners 2022-09-17 00:11:05 +02:00
speediegq 66210ff67c Update class 2022-09-17 00:05:06 +02:00
speediegq 29f299fabf Change increment 2022-09-16 23:51:31 +02:00
speediegq 4cc53b8910 Add new keybinds 2022-09-16 23:51:06 +02:00
speediegq c163607a00 Remove useless lines that caused speedwm to break 2022-09-16 23:14:18 +02:00
speedie 8fbd1c8c69 Update documentation, apparently xrdb has some stupid quirks 2022-09-16 22:23:55 +02:00
speedie 9816b827bb New defaults 2022-09-16 22:19:53 +02:00
speediegq 582cd6168a Update: small tweak 2022-09-16 22:18:31 +02:00
speediegq 28a61da73b Massive changes, including documentation to speedwmrc config file 2022-09-16 22:13:39 +02:00
speediegq 3e30a624ef Change: Remove #defines for winicon patches and use integers directly
instead. Also rename sizeicon and spacingicon to iconsize and
iconspacing respectively as it makes more sense and add Xresources
entry for iconspacing as it was not there before, oops.

Finally remove status define as it is not necessary because there is
already an integer
2022-09-16 20:33:43 +02:00
speedie b111952641 Change: Remove libxftfix as bgra has now been merged 2022-09-16 14:06:05 +02:00
speedie 9c8a353b93 Add option to hide title text only 2022-09-16 12:09:19 +02:00
speediegq 3572abc551 Change name of variables, add for gaps 2022-09-14 18:01:06 +02:00
speediegq d93d49c5e0 Update weather status: Don't display if the page is not up 2022-09-14 17:48:06 +02:00
speediegq 1080e0025f Patch update: Don't allow ClkLtButton if defaultmfact/defaultlayout are
enabled and there are no clients. Also add defaultmfact option, which is
now separate from defaultlayout.
2022-09-14 17:46:09 +02:00
speediegq 373f549efd Rename masks 2022-09-14 17:30:08 +02:00
speediegq 6170816df6 remove bind that no longer exists 2022-09-13 20:39:42 +02:00
speediegq faec2e281f Update keybinds 2022-09-13 20:37:11 +02:00
speediegq 1c279de78d Update netctrl 2022-09-13 20:33:08 +02:00
speediegq 123e307d63 Add keybinds for pausing and more 2022-09-13 20:20:47 +02:00
speediegq de16829a79 Update core 2022-09-11 17:43:17 +02:00
speediegq 0279d4291f Update keybinds 2022-09-11 14:23:53 +02:00
speediegq 3a63f11e2e speedwm-mkpage: Auto-pushed speedwm changes! 2022-09-11 14:20:59 +02:00
speediegq ce938163a4 s/SHCMD/RCMD/g and indentation changes 2022-09-11 14:20:26 +02:00
speediegq e3596e021f focusmaster 2022-09-11 14:16:14 +02:00
speediegq adcb8fc79e extend floating mode keybinds 2022-09-11 14:06:29 +02:00
speediegq 20b83d151b Update def headers as well 2022-09-11 01:45:23 +02:00
speediegq f5851d5426 Changes to indentation, rename MODKEY to MODIFIER1, rename SMODKEY to
MODIFIER2, add media key toggle
2022-09-11 01:44:40 +02:00
speediegq acbdec635b Indentation change to comments in options.h 2022-09-11 01:36:33 +02:00
speediegq 88a3f42da8 small change to indentation in ipc.h 2022-09-11 01:35:48 +02:00
speediegq b24034f03c Add \n to the end of the help (not doing so is bad practice) 2022-09-11 01:34:44 +02:00
speediegq a6cd40ede6 Revert commit as it can cause speedwm to crash when restarting it (this
includes switching wallpaper)
2022-09-11 01:30:55 +02:00
speediegq e3d5ff8aec Prevent xsetroot spam if speedwm is shut down/crashes 2022-09-11 01:28:02 +02:00
speediegq d45159d561 Update run script: save some MB of RAM and CPU usage by no longer
allowing speedwm_run to run in the background. There's no reason it
should but seems to anyway.
2022-09-11 01:24:54 +02:00
speediegq e88b0ab53d status: prevent duplicates 2022-09-11 01:22:38 +02:00
speediegq 7b20db7397 Implement: https://git.suckless.org/dwm/commit/84d7322113c2bf023f5eaa8537fb0e72d4105046.html 2022-09-11 00:51:27 +02:00
speediegq 7cae3deff2 Implement: suckless commit https://git.suckless.org/dwm/commit/44adafe0069e73aa03a3829d7bb39591cd8b3f1d.html 2022-09-11 00:50:07 +02:00
speediegq ca21b2a5ab Implement https://git.suckless.org/dwm/commit/a859676ead17017bbe81b4989b2f2e0b00a0b4ba.html 2022-09-11 00:48:45 +02:00
speediegq 93a397c024 Implement commit https://git.suckless.org/dwm/commit/e0dee911455cee739a5b05a994828f4a37a2764d.html 2022-09-11 00:47:48 +02:00
speediegq b327178b1a Implement: Suckless commit https://git.suckless.org/dwm/commit/5e76e7e21da042c493c59235ca82d7275f20a7e4.html 2022-09-11 00:46:21 +02:00
speediegq 394783d360 oops 2022-09-11 00:43:01 +02:00
speediegq df0cc7ab77 Implement last commit for scratchpads 2022-09-11 00:42:18 +02:00
speediegq a44eb615ac Previous commit for autostart 2022-09-11 00:41:06 +02:00
speediegq 428033565a Implement: https://git.suckless.org/dwm/commit/5b2e5e7a4001479e4dc3e245f96e49f7ea0da658.html 2022-09-11 00:39:08 +02:00
speediegq 56946736aa Commit https://git.suckless.org/dwm/commit/786f6e2a6f8466ad94706781bc93bc6eb6e69512.html 2022-09-11 00:35:18 +02:00