about summary refs log tree commit diff stats
path: root/config.def.h
Commit message (Collapse)AuthorAgeFilesLines
* rules: get back the tabbed onesAcid Bong2022-12-011-4/+4
|
* patch: status2d + systray (included)Acid Bong2022-12-011-0/+5
|
* Revert "patch: systray (orig included), personal configs"Acid Bong2022-12-011-10/+5
| | | | This reverts commit db183efa60a525cd245fa6ce477580faaf241f62.
* keys: added 'recent tag' for the right handAcid Bong2022-11-091-0/+1
|
* keys: weechat bindingsAcid Bong2022-11-011-0/+2
|
* keys: gopher browser and a powermenu stubAcid Bong2022-10-241-0/+2
|
* patch: restore after restartAcid Bong2022-10-211-0/+2
|
* patch: restartsigAcid Bong2022-10-211-0/+1
|
* keys: brightness status controlAcid Bong2022-10-211-2/+2
|
* keys: volume status controlAcid Bong2022-10-211-6/+6
|
* shortened the pywal colours nameAcid Bong2022-10-201-1/+1
|
* nerd fonts and monochrome emoji supportAcid Bong2022-10-201-1/+1
|
* minor aestheticsAcid Bong2022-10-191-1/+1
|
* patch: focusonclick (my fav)Acid Bong2022-10-191-0/+1
|
* patch: focusurgentAcid Bong2022-10-191-0/+3
|
* patch: movestackAcid Bong2022-10-191-0/+6
|
* gaps: personal fixesAcid Bong2022-10-191-4/+1
|
* patch: ru_gaps (orig renamed); boi do I love how cleanly it appliedAcid Bong2022-10-191-0/+4
|
* patch: systray (orig included), personal configsAcid Bong2022-10-191-6/+11
|
* keys: touchpad toggleAcid Bong2022-10-181-0/+2
|
* shortened namesAcid Bong2022-10-181-1/+1
|
* suggested colourscheme by pywalAcid Bong2022-10-181-10/+2
|
* minor fixAcid Bong2022-10-181-5/+0
|
* personal key bindingsAcid Bong2022-10-181-9/+30
|
* bong init: keys, gitignore, minor fixesAcid Bong2022-10-171-18/+26
|
* Remove dmenumon variableStein2022-08-281-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reasoning: Since 2011 dmenu has been capable of working out which monitor currently has focus in a Xinerama setup, making the use of the -m flag more or less redundant. This is easily demonstrated by using dmenu in any other window manager. There used to be a nodmenu patch that provided these changes: https://git.suckless.org/sites/commit/ed68e3629de4ef2ca2d3f8893a79fb570b4c0cbc.html but this was removed on the basis that it was very easy to work out and apply manually if needed. The proposal here is to remove this dependency from dwm. The mechanism of the dmenumon variable could be provided via a patch if need be. The edge case scenario that dmenu does not handle on its own, and the effect of removing this mechanism, is that if the user trigger focusmon via keybindings to change focus to another monitor that has no clients, then dmenu will open on the monitor containing the window with input focus (or the monitor with the mouse cursor if no windows have input focus). If this edge case is important to cover then this can be addressed by setting input focus to selmon->barwin in the focus function if there is no client to give focus to (rather than giving focus back to the root window).
* config.def.h: make keys and buttons constNRK2022-08-191-2/+2
| | | | | pretty much all other variables are declared as const when they're not modified.
* Add a configuration option for fullscreen lockingQuentin Rameau2021-07-141-0/+1
| | | | | Some people are annoyed to have this new behaviour forced for some application which use fake fullscreen.
* config.def.h: ClkTagBar missing from commentHiltjo Posthuma2018-05-251-1/+1
| | | | | | | by Christopher Drelich <cd@cdrakka.com> Patch was mangled on the ML, also adjusted the order to be the same as the enum in dwm.c
* cleanupMarkus Teich2017-03-281-1/+1
| | | | | | | | | | | | | | - unify multi-line expression alignment style. - unify multi-line function call alignment style. - simplify client moving on monitor count decrease. - clarify comment for focusin(). - remove old confusing comment about input focus fix in focusmon(). The explanation is already in the old commit message, so no need to keep it in the code. - remove old comment describing even older state of the code in focus(). - unify comment style. - break up some long lines. - fix some typos and grammar.
* applied Markus' decouple color-scheme patchAnselm R Garbe2016-12-051-1/+1
|
* config.def.h: style improvement, use color Scheme enumHiltjo Posthuma2016-06-281-4/+4
|
* import new drw from libsl and minor fixes.Markus Teich2016-06-261-11/+13
| | | | | - better scaling for occupied tag squares. - draw statusline first to omitt some complicated calculations.
* unboolificationHiltjo Posthuma2015-11-081-7/+7
|
* separate program-specific c99 bool and X11Hiltjo Posthuma2015-11-081-5/+5
| | | | | True, False are X11-specific (int), make sure to use c99 stdbool for program-specific things.
* config.h: use common default font, pass Xft font name to dmenuHiltjo Posthuma2015-10-201-4/+2
| | | | dmenu uses Xft now (soon to be released).
* Add Xft and follback-fonts support to graphics libEric Pruitt2015-03-131-2/+7
|
* applied improved version of Martti Kühne's dmenu/multi monitor approach ↵Anselm R Garbe2013-08-021-1/+2
| | | | from dwm, no dmenuspawn required
* do not take our font declaration as default for stAnselm R Garbe2013-07-201-1/+1
|
* include font argument for st by defaultAnselm R Garbe2013-05-021-1/+1
|
* use st as default terminal from now onAnselm R Garbe2013-05-011-1/+1
|
* reverting to plain X11 fonts in order to implement draw.c defaultanselm@garbe.us2012-11-181-1/+1
|
* incorporating Xft instead of cairo, cairo provides far too many optionsanselm@garbe.us2012-11-021-1/+1
|
* added 20h's clarificationanselm@garbe.us2012-01-221-0/+4
|
* new default colour schemeConnor Lane Smith2011-11-061-6/+6
|
* apply nmaster patchConnor Lane Smith2011-10-251-0/+3
|
* applied Sylvain Laurent's EWMH fullscreen state patch, simplified his patch ↵anselm@garbe.us2010-05-271-1/+1
| | | | a bit
* applied Tony Lainson's config.def.h patchAnselm R Garbe2009-09-151-3/+2
|
* extended rule to apply monitors if set up accordinglyAnselm R Garbe2009-07-091-3/+3
|
* removed monsyms, uselessAnselm R Garbe2009-07-091-3/+0
|