summaryrefslogtreecommitdiff
path: root/config.def.h
AgeCommit message (Collapse)Author
2026-07-04Remove manually defined rulesChris Sobczak
2026-07-04Add claws mailChris Sobczak
2026-07-04Lower case gimp'Chris Sobczak
2026-07-03formattingChris Sobczak
2026-07-02Lower case thunderbird?Chris Sobczak
2026-06-30Arrange colorsChris Sobczak
2026-06-30Adjust colorChris Sobczak
2026-06-30match colors from dwmChris Sobczak
2026-06-30finallyChris Sobczak
2026-06-30fix wmenuChris Sobczak
2026-06-30wmenu fixChris Sobczak
2026-06-30fix cmdsChris Sobczak
2026-06-30fontChris Sobczak
2026-06-30make bar transparentChris Sobczak
2026-06-30Set tag symbolsChris Sobczak
'
2026-06-30Set TAGCOUNTChris Sobczak
2026-06-30Fix other merge conflict keybindingsChris Sobczak
2026-06-30Apply bar patchChris Sobczak
2026-06-30Apply bar patchChris Sobczak
2026-06-28Add movestack cause I missed itChris Sobczak
2026-06-28Merge gaps patchChris Sobczak
2026-06-28Finish patchChris Sobczak
2026-06-27git apply 3wayChris Sobczak
2026-06-26Add commasChris Sobczak
2026-06-26Update client rules for dynamic opacityChris Sobczak
2026-06-26Merge branch 'movestack' into csobczakChris Sobczak
Add movestack to csobczak
2026-06-26Fix keybindingsChris Sobczak
2026-06-26Remove phantom extra closing };Chris Sobczak
2026-06-26Get rid of ghost column of NULLS that came out of nowhere?Chris Sobczak
2026-06-26Merge branch 'shiftview' into csobczakChris Sobczak
Add shiftview functionality to csobczak dwl
2026-06-26Add lines I missed declaring the default opacityChris Sobczak
2026-06-26remove + signs from manual patchChris Sobczak
2026-06-26Manually apply config.def.h patchesChris Sobczak
2026-06-26Cleanly apply movestack patchesChris Sobczak
2026-06-26add comments on xkb optionsChris Sobczak
2026-06-26Set keybindings for w and qChris Sobczak
2026-06-26Apply shiftview.patchChris Sobczak
2026-06-26Configure some more basic settingsChris Sobczak
2026-06-21Add some customizations, border pixel etcChris Sobczak
2025-12-27config.def.h clarify Rule and MonitorRule comments closes #660release-0.8focusfollowsmouseA Frederick Christensen
2025-12-27config.def.h whitespace cleanupA Frederick Christensen
2025-12-27fix: ignore case of keysyms in `keybindings`jackinfurs
2025-06-18fullscreen_bg defaults to blackA Frederick Christensen
Per conversation at PR #1147 with @kilpilainen
2024-06-29add a note about having at least a dummy rule for `rules[]`Leonardo Hernández Hernández
Closes: https://codeberg.org/dwl/dwl/issues/656
2024-06-22add bugref for negative x,y monitor position and xwaylandLeonardo Hernández Hernández
2024-06-02Allow negative coordinates in MonitorRulesA Frederick Christensen
Monitor/output position (-1, -1) remains as a single indicator value for autoconfigure layout. Additionally, one minor comment typo is corrected.
2024-05-05Update wmenu-run nameA Frederick Christensen
2024-05-05switch to wmenusewn
bemenu is very bloated, turning itself into a library, which makes it 7489 SLOC. wmenu on the other hand, looks suckless by default, and is only 2000 SLOC, which i also find alot nicer to use, since bemenu does nothing to replicate the original dmenu feel.
2024-03-26Fix rule examples; minimize newbie surprisesA Frederick Christensen
Make example rules be actual EXAMPLES. Now newcomers should not have to ask, "When I start firefox, nothing happens. What is going on?" Also clarified a minor typo and a consistency in spacing.
2024-01-15turn on -Wfloat-conversionLeonardo Hernández Hernández