summaryrefslogtreecommitdiff
path: root/config.def.h
AgeCommit message (Collapse)Author
2026-05-02Merge remote-tracking branch 'upstream'mainonelin
Merge latest changes from codeberg.org/dwl/dwl:main
2026-05-02Use new status_ctl to control statusbaronelin
2025-12-27config.def.h clarify Rule and MonitorRule comments closes #660A Frederick Christensen
2025-12-27config.def.h whitespace cleanupA Frederick Christensen
2025-12-27fix: ignore case of keysyms in `keybindings`jackinfurs
2025-10-17Merge remote-tracking branch 'upstream/main'0undefined
2025-10-17Laptop configuration0undefined
2025-06-19fullscreen_bg defaults to blackA Frederick Christensen
Per conversation at PR #1147 with @kilpilainen
2025-05-31Use everforest as colorscheme0undefined
2025-05-31Fix colors0undefined
2025-01-20tmp0scar
2024-10-21Patch: bar0scar
2024-10-21Patch: ipc0scar
2024-10-01Patch: movestack0scar
Source: https://github.com/djpohly/dwl/wiki/movestack Author: sam-barr (ss7m) Patch: extend movestack to move clients to first or last
2024-10-01Patch: smartborders0scar
2024-10-01Revert "Patch: Smart borders"0scar
This reverts commit 8c62ba88848c8dc4b0d0471382e9ec4ca139fb60.
2024-10-01Patch: autostart0scar
2024-10-01Patch: center0scar
Source: https://github.com/djpohly/dwl/compare/main...dm1tz:04-center.patch
2024-10-01Patch: gap0scar
2024-10-01Patch: swallow0scar
2024-10-01Patch: sticky0scar
2024-10-01Patch: named scratchpads0scar
2024-10-01Customization0scar
2024-09-30Patch: Smart borders0scar
Source: https://github.com/djpohly/dwl/compare/main...sevz17:smartborders.patch
2024-09-23Patch: mouse-follows-focus0scar
2024-06-30add 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-27Fix 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
2023-12-11restore and respect rootcolorDima Krasner
2023-12-07add a note about not removing the default ruleLeonardo Hernández Hernández
Closes: https://codeberg.org/dwl/dwl/issues/527
2023-11-01add a comment about chvt keybindingsLeonardo Hernández Hernández
Closes: https://github.com/djpohly/dwl/issues/427
2023-10-09Revert "just add define"Leonardo Hernández Hernández
I'm going to make some changes in the config file anyway This reverts commit e5367753bb90add013ee5d170a110064298ac2c4.
2023-10-09add [-d] flag to enable debug loggingLeonardo Hernández Hernández
2023-10-09make the borders red borders for urgent clientsLeonardo Hernández Hernández
iirc this is the same behavior of dwm
2023-10-09use the same border colors as dwmLeonardo Hernández Hernández
2023-10-06add missing url about the COLOR macroLeonardo Hernández Hernández
2023-10-06add macro to configure colorsLeonardo Hernández Hernández
Closes: https://github.com/djpohly/dwl/issues/466
2023-08-23just add defineBen Collerson
2023-08-23tagcount should have been a #defineBen Collerson
2023-06-07Stray whitespace fixesA Frederick Christensen
2023-04-08remove tag labels from dwlBen Collerson
Tag labels are not used in dwl. Only the number of tags is important. Tag labels should be defined for each tag in whatever status bar is used.
2023-03-13Remove rootcolorPalanix
2023-02-25add missing comma in "MonitorRule"gan-of-culture
add a missing comma for the example
2023-02-13allow configure x and y of outputsLeonardo Hernández Hernández
2022-12-06add option for set button mapLeonardo Hernández Hernández
2022-12-01add option to allow invisible surfaces to disable idle trackingLeonardo Hernández Hernández