summaryrefslogtreecommitdiffhomepage
path: root/config.def.h
AgeCommit message (Collapse)Author
2020-09-28scratchpads: when the scratchpad patch is added, the tagmask is altered, so ↵bakkeby
to get a window onto all tags you have to do ~SPTAGSMASK instead of ~0 as otherwise it will interfere with the scratchpads, ref. #53
2020-09-26scratchpads: enhancing scratchpad by allowing arbitrary clients to be added ↵bakkeby
to (and removed from) each scratchpad area
2020-09-20bartabgroups + monocle change to default configurationbakkeby
2020-09-18Adding nomodbuttons patchbakkeby
2020-09-16Experimenting with having more status indicators than just whether the ↵bakkeby
client is floating or not
2020-09-11swallow: upgrading patch + fixing glitchesbakkeby
2020-09-10anybar: initial commitbakkeby
2020-09-10Removing NULL value from barrulesbakkeby
2020-09-09Just some minor changes adding bar border patch ref. #41bakkeby
2020-09-08ipc: adding function/signal bindingsbakkeby
2020-09-07Adding IPC v1.5.5 patchbakkeby
2020-08-29taggrid: remove unused configuration optionsbakkeby
2020-08-27flexwintitle: allow flexwintitle to control window bordersbakkeby
2020-08-27Adding aspectresize patchbakkeby
2020-08-27Minor refactoring of warp and fullscreen patches, getting rid of ↵bakkeby
MONOCLE_LAYOUT_POS setting
2020-08-25Added alttagsdecoration patch.bakkeby
Unified tag icon handling while adding support for different icons per monitor. In general LENGTH(tags) has been replaced with a NUMTAGS macro (defaulting to 9) and the tags[] array has been replaced with a tagicons[][] array, access to which is done through a single function tagicon. This allows one central place where alternative tags, alttagsdecoration, or other future tags logic is handled. This also gives a consistent display of tags regardless of the module that presents tags. Additionally the monitor index has been integrated into dwm for easier access.
2020-08-23Fixing wintitle and a few warning messages ref. #37bakkeby
2020-08-22Added clientindicators patch and unified and simplified indicator code. ↵bakkeby
Enabled centeredwindowname option for awesomebar and bartabgroups patches.
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-20Adding experimental flexwintitle patch based on bartabgroupsbakkeby
2020-08-13Adding bartabgroups patchbakkeby
2020-08-11Adding focusmaster patchbakkeby
2020-08-11Adding decoration hints patchbakkeby
2020-08-10Adding insets patchbakkeby
2020-08-10Adding cool autostart patchbakkeby
2020-08-10autostart: moving configs to config.def.hbakkeby
2020-08-02Adding reorganizetags patchbakkeby
2020-07-24Adding statuscolors default config for powerline status patchbakkeby
2020-07-19Adding powerline patchbakkeby
2020-07-18Extrabar --> extrastatusbakkeby
2020-07-18Refinementbakkeby
2020-07-15Major refactoring in preparation for bar modulesbakkeby
2020-07-08staticstatus + extrabar: Allow extrabar to be static on a monitor other than ↵bakkeby
that of the main staticstatus monitor
2020-07-07Extrabar alignment, buttonclicks and other improvementsbakkeby
2020-06-24Adding statusbutton patch ref. #33bakkeby
2020-06-23floatpos: refactoringbakkeby
2020-06-21Adding bar_height patchbakkeby
2020-06-21setborderpx correctionbakkeby
2020-06-21Adding floatpos patch.bakkeby
2020-06-21Tidy following tagothermonitor mergebakkeby
2020-06-19Adding tagothermonitor patchmatt
2020-06-15Default example config should use .isfloating not .floating, could also use ↵bakkeby
the FLOATING macro
2020-06-15Default example config should use .isfloating not .floating, could also use ↵bakkeby
the FLOATING macro
2020-06-15Rule macro improvements + rule macro helper macrosbakkeby
2020-06-15Make EWMH windows floatbakkeby
Move updatewindowtype() functionality into applyrules(), and also make following EWMH windows float: DIALOG, UTILITY, TOOLBAR, SPLASH. This is taking the proposed patch to add window type to the rule matching options for dwm, allowing dialog, utility, toolbar and splash windows to be configured to float by default. This patch is intended to be merged into the main dwm build. In effect the intermediate EWMH_WINDOWS_FLOAT_PATCH has also been removed.
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-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-10Adding staticstatus patchbakkeby
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