summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2020-06-14Autostart: Make autostart conform to XDG Base Directory specification (upgrade)bakkeby
2020-06-14Added RULE macro to replace rules setup making the default config less of an ↵bakkeby
abomination and making it simpler to include new rules based patches
2020-06-11Upgrade to 5e34b2bakkeby
2020-06-11[dwm][PATCH] Fix memory leaks in drwbakkeby
The function drw_fontset_free in drw.c was never called.
2020-06-11Adding pango patch (ref. #10)bakkeby
Text from original patch: Using pango markup for status text Use a single font. Removed some code utf8 code from drw. Created for pango 1.44. Older versions might not have getter for font height, ascent + descent can be used instead. All texts are rendered with pango but only status is with markup. Increased stext size (in case a lot of markup is used). MIN/MAX is already defined (didn't redefine them).
2020-06-10noborder: The noborder patch had a bug in it such that if moving the window ↵bakkeby
in floating layout then the window would continuously grow, adding the fix for that
2020-06-10SCRATCHPAD_KEEP_POSITION_AND_SIZE_PATCH should not be enabled by defaultbakkeby
2020-06-10staticstatus: Adding note about systray pinningbakkeby
2020-06-10Adding staticstatus patchbakkeby
2020-06-10EWMH window float patch: Floating window x, y coordinates may be negative in ↵bakkeby
a multi-monitor setup
2020-06-10Fix infinite loop in attachbelow patchbakkeby
2020-06-05shiftviewclients: compatibility changes for scratchpads and scratchpad_alt_1 ↵bakkeby
patches
2020-06-05Renamed SCRATCHPAD_PATCH --> SCRATCHPADS_PATCH to match the naming of the ↵bakkeby
suckless patches as the multiple scratchpads patch has its own location now
2020-06-05scratchpad_alt: Style changebakkeby
2020-06-05Upgrading Gaspar Vardanyan's scratchpad patch to the 20200510 version.bakkeby
https://github.com/GasparVardanyan/dwm-scratchpad/blob/master/dwm-scratchpad-20200510-f09418b.diff
2020-06-05Removing debug linebakkeby
2020-06-04dwmc: Adding external control to set gapsbakkeby
2020-06-03Expanding Xresources options to include the warn colours in relation to the ↵bakkeby
statuscolors patch
2020-06-02Expanding on dwmc optionsStein Gunnar Bakkeby
2020-06-02An idea to remember to add keymodes patch filesbakkeby
2020-05-31Adding keymodes patchbakkeby
2020-05-31status2d: Minor protection against crashes due to invalid x and y valuesbakkeby
2020-05-29Adding color emoji patchbakkeby
2020-05-28Awesomebar: patch to prevent visual glitches from uneven tabs countbakkeby
2020-05-28dwmblocks and status2d compatibility fix for barpadding patchbakkeby
2020-05-28fancybar: renaming tw variable to ftw due to clash with upstream sw --> tw ↵bakkeby
variable rename
2020-05-28dwmblocks and status2d buttonpress adjustments for awesomebar and statuspaddingbakkeby
2020-05-27Fixing status2d and statuscmd / dwmblocks compatibility issues.bakkeby
Text width calculations when using status2d strings resulted in statuscmd button placement calculations to be way off. Fixed by introducing a separate function status2dtextlength to get an approximate correct text width.
2020-05-27Awesomebar: dwm crashes on bar click with 0 clientsbakkeby
Clicking on the bar before any clients have been started results in dwm crashing. This fix addresses that.
2020-05-26Adding status2d patchbakkeby
2020-05-21Adding moveplace patchbakkeby
2020-05-21Adding moveresize patch as per #25bakkeby
2020-05-20Switchtag patch, lose switchtag feature for client if the client is moved to ↵bakkeby
another tag
2020-05-20Adding (temporary?) EWMH_WINDOWS_FLOAT_PATCHbakkeby
2020-05-20[dwm][patch] setborderpx reset floating windows to previous sizebakkeby
2020-05-13[dwm][patch] setborderpx minor code style changesbakkeby
2020-05-13Adding link to fix transparent borders diffbakkeby
2020-05-13[dwm][setborderpx] allow borderpixel changes in floating layout and for ↵bakkeby
floating clients
2020-05-13Getting rid of practically unused nbottom variablebakkeby
2020-05-10Fibonacci updatesbakkeby
2020-05-10Horizgrid pixel perfect updatesbakkeby
2020-05-10Gridmode pixel perfect updatesbakkeby
2020-05-10Gappless grid pixel perfect updatesbakkeby
2020-05-10Fibonacci pixel perfect updatesbakkeby
2020-05-08Improved fibonacci layout (pixel perfect)bakkeby
2020-05-08Moving vanitygaps patches to https://github.com/bakkeby/patches/ repositorybakkeby
2020-05-07Removing unnecessary variable when both statuscmd and dwmblocks is usedbakkeby
2020-05-05Removing redundant lastbutton variable when both statuscmd and dwmblocks ↵bakkeby
patches are enabled
2020-05-05Adding shiftviewclients filesbakkeby
2020-05-05Removing redundant statuscmds logic when both statuscmd and dwmblocks ↵bakkeby
patches are applied