summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2020-08-23Fixing warp barmodules compatibility ref. #37bakkeby
2020-08-22Simplified Pango integration by settling on common function signatures.bakkeby
2020-08-22Simplified Pango integration by settling on common function signatures.bakkeby
2020-08-22Simplified Pango integration by settling on common function signatures.bakkeby
2020-08-22Added clientindicators patch and unified and simplified indicator code. ↵bakkeby
Enabled centeredwindowname option for awesomebar and bartabgroups patches.
2020-08-22Added clientindicators patch and unified and simplified indicator code. ↵bakkeby
Enabled centeredwindowname option for awesomebar and bartabgroups patches.
2020-08-22Added logic to auto-hide bars if nothing is drawn on them (e.g. for ↵bakkeby
standalone bars that only show certain clients)
2020-08-22Added zoomfloating patch. Changed zoom and togglefloating functions to use c ↵bakkeby
rather than selmon->sel.
2020-08-22Added zoomfloating patch. Changed zoom and togglefloating functions to use c ↵bakkeby
rather than selmon->sel.
2020-08-22Added logic to auto-hide bars if nothing is drawn on them (e.g. for ↵bakkeby
standalone bars that only show certain clients)
2020-08-21Simplification of color configuration; settling on a set of color schemes ↵bakkeby
that is shared between multiple patches (urgentborder, floatborder and titlecolor patches made non-optional)
2020-08-20Refactoring and simplifying color configuration in config.hbakkeby
This involves always having configuration for floating border, regardless of whether it is used or not. Also permanently dropping the const expectation for color configuration in dwm, so that vtcolors and xrdb patches can change color configuration.
2020-08-20losefullscreen: minor improvements to keep fullscreen while moving focus to ↵bakkeby
another monitor
2020-08-20Adding experimental flexwintitle patch based on bartabgroupsbakkeby
2020-08-20dragmfact: minor if / else if correction if one is not using the flextile ↵bakkeby
deluxe layout
2020-08-15bartabgroups: adding guard for missing wintitleactions patch, just to align ↵bakkeby
with patch
2020-08-15bartabgroups: grouped floating and hidden windows, added stack, float and ↵bakkeby
hidden group weights
2020-08-15bartabgroups: show title for hidden floating windows, added option to show ↵bakkeby
always show title for floating windows
2020-08-13Adding bartabgroups patchbakkeby
2020-08-11Adding focusmaster patchbakkeby
2020-08-11Adding decoration hints patchbakkeby
2020-08-10Adding steam patchbakkeby
2020-08-10Adding insets patchbakkeby
2020-08-10systray: systray window may always not exist depending on configuration and ↵bakkeby
number of monitors available, causing segfault in cleanup. Fixing double free on freeing fonts.
2020-08-10Adding cool autostart patchbakkeby
2020-08-10autostart: moving configs to config.def.hbakkeby
2020-08-04awesomebar: use previously tiled when hiding client and the hidden client ↵bakkeby
was the last tiled client
2020-08-04zoomswap: renamed prevtiled back to findbefore as per original patchbakkeby
2020-08-02Adding reorganizetags patchbakkeby
2020-08-02awesomebar: when hiding a client make the next focused client the next tiled ↵bakkeby
client
2020-08-01Fix for focustack not being able to focus past hidden windows.bakkeby
Also focusstack +2/-2 allow hidden windows to be selected using keyboard shortcuts in order to unhide them via showhideclient. Ref. https://www.reddit.com/r/suckless/comments/i1c66t/how_to_make_awesomebar_patch_more_keyboard_centric/
2020-07-31systray: add / override class hints for the systray clients (allows for ↵bakkeby
compositors to exlude them from shadows)
2020-07-31status2d: set the correct scheme before updating coloursbakkeby
2020-07-27Fix for monitor rules not applying for tag 1 specific rulebakkeby
2020-07-24status2d: rawstext may not exist if neither statuscmd nor the extrabar patch ↵bakkeby
is used
2020-07-24Adding statuscolors default config for powerline status patchbakkeby
2020-07-23Adding link to flextile-deluxe wiki pagebakkeby
2020-07-22README.md: wiki page link updatesbakkeby
2020-07-22README.md: wiki page link updatesbakkeby
2020-07-21barmodules: refactoring updatebarposbakkeby
2020-07-21barmodules: refactoring updatebarposbakkeby
2020-07-20barmodules: removing tags paddingbakkeby
2020-07-19Adding link to barmodules patchbakkeby
2020-07-19BAR_TITLE_RIGHT_PAD --> BAR_TITLE_RIGHT_PAD_PATCHbakkeby
2020-07-19Removing unnecessary .h filebakkeby
2020-07-19Strikethrough correctionbakkeby
2020-07-19Adding powerline patchbakkeby
2020-07-19hidevacanttags: width and buttonpress fixbakkeby
2020-07-19Adding bar modules which splits the dwm bar into modules allowing for ↵bakkeby
re-arrangement of the bar and easier integration for new features
2020-07-18Adding note about dwm-flexipatch-1.0 branchbakkeby