Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rules: get back the tabbed ones | Acid Bong | 2022-12-01 | 1 | -4/+4 |
| | |||||
* | patch: status2d + systray (included) | Acid Bong | 2022-12-01 | 1 | -0/+5 |
| | |||||
* | Revert "patch: systray (orig included), personal configs" | Acid Bong | 2022-12-01 | 1 | -10/+5 |
| | | | | This reverts commit db183efa60a525cd245fa6ce477580faaf241f62. | ||||
* | keys: added 'recent tag' for the right hand | Acid Bong | 2022-11-09 | 1 | -0/+1 |
| | |||||
* | keys: weechat bindings | Acid Bong | 2022-11-01 | 1 | -0/+2 |
| | |||||
* | keys: gopher browser and a powermenu stub | Acid Bong | 2022-10-24 | 1 | -0/+2 |
| | |||||
* | patch: restore after restart | Acid Bong | 2022-10-21 | 1 | -0/+2 |
| | |||||
* | patch: restartsig | Acid Bong | 2022-10-21 | 1 | -0/+1 |
| | |||||
* | keys: brightness status control | Acid Bong | 2022-10-21 | 1 | -2/+2 |
| | |||||
* | keys: volume status control | Acid Bong | 2022-10-21 | 1 | -6/+6 |
| | |||||
* | shortened the pywal colours name | Acid Bong | 2022-10-20 | 1 | -1/+1 |
| | |||||
* | nerd fonts and monochrome emoji support | Acid Bong | 2022-10-20 | 1 | -1/+1 |
| | |||||
* | minor aesthetics | Acid Bong | 2022-10-19 | 1 | -1/+1 |
| | |||||
* | patch: focusonclick (my fav) | Acid Bong | 2022-10-19 | 1 | -0/+1 |
| | |||||
* | patch: focusurgent | Acid Bong | 2022-10-19 | 1 | -0/+3 |
| | |||||
* | patch: movestack | Acid Bong | 2022-10-19 | 1 | -0/+6 |
| | |||||
* | gaps: personal fixes | Acid Bong | 2022-10-19 | 1 | -4/+1 |
| | |||||
* | patch: ru_gaps (orig renamed); boi do I love how cleanly it applied | Acid Bong | 2022-10-19 | 1 | -0/+4 |
| | |||||
* | patch: systray (orig included), personal configs | Acid Bong | 2022-10-19 | 1 | -6/+11 |
| | |||||
* | keys: touchpad toggle | Acid Bong | 2022-10-18 | 1 | -0/+2 |
| | |||||
* | shortened names | Acid Bong | 2022-10-18 | 1 | -1/+1 |
| | |||||
* | suggested colourscheme by pywal | Acid Bong | 2022-10-18 | 1 | -10/+2 |
| | |||||
* | minor fix | Acid Bong | 2022-10-18 | 1 | -5/+0 |
| | |||||
* | personal key bindings | Acid Bong | 2022-10-18 | 1 | -9/+30 |
| | |||||
* | bong init: keys, gitignore, minor fixes | Acid Bong | 2022-10-17 | 1 | -18/+26 |
| | |||||
* | Remove dmenumon variable | Stein | 2022-08-28 | 1 | -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 const | NRK | 2022-08-19 | 1 | -2/+2 |
| | | | | | pretty much all other variables are declared as const when they're not modified. | ||||
* | Add a configuration option for fullscreen locking | Quentin Rameau | 2021-07-14 | 1 | -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 comment | Hiltjo Posthuma | 2018-05-25 | 1 | -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 | ||||
* | cleanup | Markus Teich | 2017-03-28 | 1 | -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 patch | Anselm R Garbe | 2016-12-05 | 1 | -1/+1 |
| | |||||
* | config.def.h: style improvement, use color Scheme enum | Hiltjo Posthuma | 2016-06-28 | 1 | -4/+4 |
| | |||||
* | import new drw from libsl and minor fixes. | Markus Teich | 2016-06-26 | 1 | -11/+13 |
| | | | | | - better scaling for occupied tag squares. - draw statusline first to omitt some complicated calculations. | ||||
* | unboolification | Hiltjo Posthuma | 2015-11-08 | 1 | -7/+7 |
| | |||||
* | separate program-specific c99 bool and X11 | Hiltjo Posthuma | 2015-11-08 | 1 | -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 dmenu | Hiltjo Posthuma | 2015-10-20 | 1 | -4/+2 |
| | | | | dmenu uses Xft now (soon to be released). | ||||
* | Add Xft and follback-fonts support to graphics lib | Eric Pruitt | 2015-03-13 | 1 | -2/+7 |
| | |||||
* | applied improved version of Martti Kühne's dmenu/multi monitor approach ↵ | Anselm R Garbe | 2013-08-02 | 1 | -1/+2 |
| | | | | from dwm, no dmenuspawn required | ||||
* | do not take our font declaration as default for st | Anselm R Garbe | 2013-07-20 | 1 | -1/+1 |
| | |||||
* | include font argument for st by default | Anselm R Garbe | 2013-05-02 | 1 | -1/+1 |
| | |||||
* | use st as default terminal from now on | Anselm R Garbe | 2013-05-01 | 1 | -1/+1 |
| | |||||
* | reverting to plain X11 fonts in order to implement draw.c default | anselm@garbe.us | 2012-11-18 | 1 | -1/+1 |
| | |||||
* | incorporating Xft instead of cairo, cairo provides far too many options | anselm@garbe.us | 2012-11-02 | 1 | -1/+1 |
| | |||||
* | added 20h's clarification | anselm@garbe.us | 2012-01-22 | 1 | -0/+4 |
| | |||||
* | new default colour scheme | Connor Lane Smith | 2011-11-06 | 1 | -6/+6 |
| | |||||
* | apply nmaster patch | Connor Lane Smith | 2011-10-25 | 1 | -0/+3 |
| | |||||
* | applied Sylvain Laurent's EWMH fullscreen state patch, simplified his patch ↵ | anselm@garbe.us | 2010-05-27 | 1 | -1/+1 |
| | | | | a bit | ||||
* | applied Tony Lainson's config.def.h patch | Anselm R Garbe | 2009-09-15 | 1 | -3/+2 |
| | |||||
* | extended rule to apply monitors if set up accordingly | Anselm R Garbe | 2009-07-09 | 1 | -3/+3 |
| | |||||
* | removed monsyms, useless | Anselm R Garbe | 2009-07-09 | 1 | -3/+0 |
| |