aboutsummaryrefslogtreecommitdiff
path: root/config.def.h (follow)
Commit message (Collapse)AuthorAge
* (fix): Update pathsRaghuram Subramani2024-10-10
|
* (update): Use solid color as background insteadRaghuram Subramani2024-10-09
|
* (keybind): Add keybind for PCManFMRaghuram Subramani2024-10-09
|
* (patch): gaps.patchRaghuram Subramani2024-10-08
|
* (update): colorsRaghuram Subramani2024-09-29
|
* (update): Cursor sizeRaghuram Subramani2024-09-29
|
* (patch): XF86keysym.patchRaghuram Subramani2024-09-29
|
* (patch): autostart.patchRaghuram Subramani2024-09-29
|
* (config): Update custom config.Raghuram Subramani2024-09-15
|
* add a note about having at least a dummy rule for `rules[]`Leonardo Hernández Hernández2024-06-29
| | | | Closes: https://codeberg.org/dwl/dwl/issues/656
* add bugref for negative x,y monitor position and xwaylandLeonardo Hernández Hernández2024-06-22
|
* Allow negative coordinates in MonitorRulesA Frederick Christensen2024-06-02
| | | | | Monitor/output position (-1, -1) remains as a single indicator value for autoconfigure layout. Additionally, one minor comment typo is corrected.
* Update wmenu-run nameA Frederick Christensen2024-05-05
|
* switch to wmenusewn2024-05-05
| | | | | | | | | 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.
* Fix rule examples; minimize newbie surprisesA Frederick Christensen2024-03-26
| | | | | | | | 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.
* turn on -Wfloat-conversionLeonardo Hernández Hernández2024-01-15
|
* restore and respect rootcolorDima Krasner2023-12-11
|
* add a note about not removing the default ruleLeonardo Hernández Hernández2023-12-07
| | | | Closes: https://codeberg.org/dwl/dwl/issues/527
* add a comment about chvt keybindingsLeonardo Hernández Hernández2023-11-01
| | | | Closes: https://github.com/djpohly/dwl/issues/427
* Revert "just add define"Leonardo Hernández Hernández2023-10-09
| | | | | | I'm going to make some changes in the config file anyway This reverts commit e5367753bb90add013ee5d170a110064298ac2c4.
* add [-d] flag to enable debug loggingLeonardo Hernández Hernández2023-10-09
|
* make the borders red borders for urgent clientsLeonardo Hernández Hernández2023-10-09
| | | | iirc this is the same behavior of dwm
* use the same border colors as dwmLeonardo Hernández Hernández2023-10-09
|
* add missing url about the COLOR macroLeonardo Hernández Hernández2023-10-05
|
* add macro to configure colorsLeonardo Hernández Hernández2023-10-05
| | | | Closes: https://github.com/djpohly/dwl/issues/466
* just add defineBen Collerson2023-08-22
|
* tagcount should have been a #defineBen Collerson2023-08-22
|
* Stray whitespace fixesA Frederick Christensen2023-06-07
|
* remove tag labels from dwlBen Collerson2023-04-08
| | | | | | 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.
* Remove rootcolorPalanix2023-03-13
|
* add missing comma in "MonitorRule"gan-of-culture2023-02-25
| | | add a missing comma for the example
* allow configure x and y of outputsLeonardo Hernández Hernández2023-02-13
|
* add option for set button mapLeonardo Hernández Hernández2022-12-05
|
* add option to allow invisible surfaces to disable idle trackingLeonardo Hernández Hernández2022-11-30
|
* Revert "Add a configuration option for fullscreen locking"Leonardo Hernández Hernández2022-11-21
| | | | | | now all fullcreen clients are rendered above tiled and floating clients This partially reverts commit 326eee14445f8a2c08e80c30778445630c75d3bb.
* config.def.h: fix commentLeonardo Hernández Hernández2022-11-10
| | | | Fixes: https://github.com/djpohly/dwl/issues/333
* change the default term to `foot`Leonardo Hernández Hernández2022-09-18
| | | | | | | | | it is closer to the suckless philosophy (foot implements things that the suckless guys would say that should be done by tmux or something else, but I have no desire to create a new terminal emulator, and the best fit is foot) also alacritty uses +100Mb of memory, more that dwl itself (~90Mb) and foot only ~20Mb
* conform the xdg-protocol with fullscreen translucent clientsLeonardo Hernández Hernández2022-07-23
| | | | see `setfullscreen()` for more info
* Merge pull request #247 from Humm42/xkboptionsSevz2022-06-14
|\ | | | | initialize xkb_rules.options to a null pointer
| * initialize xkb_rules.options to a null pointerLennart Jablonka2022-06-03
| | | | | | | | | | | | | | Initializing it to an empty string had broken configuring xkbcommon through the environment (XKB_DEFAULT_OPTIONS). Fixes: ae313911153b ("initialize rules and xkb_rules")
* | add some blank linesLeonardo Hernández Hernández2022-06-10
| |
* | add click method configuration optionMarco Siedentopf2022-06-10
|/ | | | Add the libinput configuration option to choose between Software Button Areas and Clickfinger
* Add configuration options for touchpadsBen Jargowsky2022-05-23
|
* It's past my bedtime.Devin J. Pohly2022-04-03
|
* Remove removed fields from struct instancesDevin J. Pohly2022-04-03
|
* Remove vestigial monitor configuration infoDevin J. Pohly2022-04-03
| | | | | The x/y fields in monitor rules are unused and were meant to be deleted. Also removes the outdated comment in config.h.
* initialize rules and xkb_rulesLeonardo Hernández Hernández2022-03-31
| | | | to fix compile errors with `-pedantic`
* add note about how to change MODKEY for windows keyLeonardo Hernández Hernández2022-03-23
|
* Add a configuration option for fullscreen lockingQuentin Rameau2022-03-22
| | | | | Some people are annoyed to have this new behaviour forced for some application which use fake fullscreen.
* replace tabs by spaces in alignmentLeonardo Hernández Hernández2022-03-10
|