Commit graph

73 commits

Author SHA1 Message Date
speediegq 694f121cd2 Update: Remove old keybinds that weren't useful, change all keybinds
that use the MODIFIER2 modifier and update keybinds accordingly
2022-10-03 13:30:51 +02:00
speediegq 72e4cb5eee new defaults for bar height 2022-10-03 11:58:20 +02:00
speediegq 248a7ad17c Better defaults 2022-10-03 03:25:23 +02:00
speediegq 5846f75382 speedwm-mkpage: Auto-pushed speedwm changes! 2022-10-03 03:10:02 +02:00
speediegq a32677a6cc Update: Rounded corners can now be used with borderpx set to <0, add
mouse keybind to move up/down tags, more color options for window
borders
2022-10-03 01:36:47 +02:00
speedie 011f3351fe update: add keybinds 2022-10-02 23:00:10 +02:00
speediegq a580d5b99c Update xresources 2022-10-02 15:39:50 +02:00
speediegq 20fcadd6e3 Remove old systray, replace with much better version 2022-10-02 15:34:11 +02:00
speediegq af335a5f7e Change leftlayout variable name, bump version to 0.4, add status options 2022-10-01 22:24:19 +02:00
speediegq 776a054830 Rework status functionality, save status bar to file, update various
other scripts by default so that all dependencies are forced. This is so
that people will actually install the dependencies. They are still not
100% forced as you can remove the line from Makefile.
2022-10-01 17:29:31 +02:00
speediegq 04f823a596 Update: Toggle for autoresizing 2022-10-01 15:37:35 +02:00
speediegq 5c4233db46 HUGE changes to codebase 2022-09-21 19:49:54 +02:00
speediegq a193c675d7 Fix: Layouts 2022-09-21 19:00:58 +02:00
speediegq 25730e6b4a speedwm-mkpage: Auto-pushed speedwm changes! 2022-09-21 18:43:58 +02:00
speediegq 3ccf1b75c6 speedwm-mkpage: Auto-pushed speedwm changes! 2022-09-21 15:50:53 +02:00
speediegq f5888a43a5 speedwm-mkpage: Auto-pushed speedwm changes! 2022-09-20 16:53:23 +02:00
speediegq fc3f61ca87 update bindlist 2022-09-19 22:36:52 +02:00
speediegq b621d7af05 Update keybinds 2022-09-19 22:35:35 +02:00
speediegq e503d46860 Update 2022-09-19 22:32:08 +02:00
speediegq 455940cb2f Update 2022-09-18 16:21:12 +02:00
speediegq 9a543acf5b Change older keybinds 2022-09-17 18:31:27 +02:00
speediegq 6e75b2f915 Update: Add back old dwm tagging, fix winnav 2022-09-17 18:20:59 +02:00
speediegq fd53908241 Switch to using GNU IceCat as default browser, update dependency list,
update toggle, update speedwm-utils
2022-09-17 16:39:35 +02:00
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 bcfbc2e218 Update: Add lowest mfact float 2022-09-17 00:45:58 +02:00
speediegq 4cc53b8910 Add new keybinds 2022-09-16 23:51:06 +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 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 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 123e307d63 Add keybinds for pausing and more 2022-09-13 20:20:47 +02:00
speediegq 0279d4291f Update keybinds 2022-09-11 14:23:53 +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 b6e4cddeb1 Rename ipccmd.h to ipc.h 2022-09-10 13:44:11 +02:00
speediegq 18cd7c37b5 Add toggle for hide vacant tags, add non-hide vacant tags support to tag
previews
2022-09-10 13:31:30 +02:00
speediegq d069d8b680 speedwm-mkpage: Auto-pushed speedwm changes! 2022-09-10 11:47:08 +02:00
speediegq 4050d66caf Update:
- Fix bug in speedwm-help caused by crazy sed usage
- Add def files in docs
- Update templates (not sure why I took so long)
- Add a few more lines to about5
2022-09-10 11:22:35 +02:00
speediegq 9790ba745e Small updates 2022-09-08 17:13:41 +02:00
speediegq dbd39a096b speedwm-mkpage: Auto-pushed speedwm changes! 2022-09-08 14:33:27 +02:00