| Commit message (Expand) | Author | Age | Files | Lines |
* | dwm.c: Avoid fullscreen z-fighting on new terminal only | Romain Gonçalves | 2025-02-28 | 1 | -2/+2 |
* | dwm.c: Avoid fullscreen z-fighting with multiple clients | Romain Gonçalves | 2025-02-28 | 1 | -0/+5 |
* | config.h: Only warp when switching screens | Romain Gonçalves | 2025-02-28 | 1 | -2/+0 |
* | patches: Add warp for automatically moving mouse | Romain Gonçalves | 2025-02-28 | 2 | -0/+84 |
* | config.h: Add media keys and script abstraction | Romain Gonçalves | 2025-02-28 | 1 | -4/+28 |
* | config.h: Using mod+f is faster for fullscreen | Romain Gonçalves | 2025-02-28 | 1 | -2/+2 |
* | patches: Apply statusbar on all monitors | Romain Gonçalves | 2025-02-28 | 2 | -2/+29 |
* | config.h: Disable gaps around st, xterm, etc | Romain Gonçalves | 2025-02-28 | 1 | -1/+1 |
* | config.h: Use monochromatic colorscheme | Romain Gonçalves | 2025-02-28 | 1 | -8/+6 |
* | patches: Apply movestack | Romain Gonçalves | 2025-02-28 | 4 | -1/+152 |
* | patches: Apply actualfullscreen | Romain Gonçalves | 2025-02-28 | 5 | -0/+81 |
* | gitignore: Ignore artifacts from patch command | Romain Gonçalves | 2025-02-28 | 2 | -4/+3 |
* | config.h: Add opinionated keybinds | Romain Gonçalves | 2025-02-28 | 1 | -6/+6 |
* | config.h: Use Terminus bitmap font | Romain Gonçalves | 2025-02-28 | 1 | -2/+2 |
* | config.h: Scaffold from default and add gitignore | Romain Gonçalves | 2025-02-28 | 2 | -0/+121 |
* | Makefile: Override freetype path for OpenBSD | Romain Gonçalves | 2025-02-28 | 2 | -0/+4 |
* | Avoid unsigned integer underflow in drw_text() | Raymond Cole | 2024-10-30 | 1 | -0/+2 |
* | util.c: output function might override errno and thus affect perror() | Hiltjo Posthuma | 2024-10-27 | 1 | -6/+7 |
* | sync drw.{c,h} from dmenu | Hiltjo Posthuma | 2024-10-05 | 3 | -60/+56 |
* | Add missing void to updateclientlist definition | Pontus Stenetorp | 2024-06-08 | 1 | -1/+1 |
* | bump version to 6.5 | Hiltjo Posthuma | 2024-03-19 | 1 | -1/+1 |
* | Makefile: remove the options target | Hiltjo Posthuma | 2023-09-22 | 1 | -8/+2 |
* | restore SIGCHLD sighandler to default before spawning a program | Hiltjo Posthuma | 2023-04-09 | 1 | -0/+8 |
* | config.mk: update to _XOPEN_SOURCE=700L | NRK | 2023-02-17 | 1 | -1/+1 |
* | Use sigaction(SA_NOCLDWAIT) for SIGCHLD handling | Chris Down | 2023-01-28 | 1 | -11/+9 |
* | grabkeys: Avoid missing events when a keysym maps to multiple keycodes | Chris Down | 2022-12-07 | 1 | -7/+17 |
* | Revert "Remove dmenumon variable" | Hiltjo Posthuma | 2022-10-28 | 2 | -1/+4 |
* | bump version to 6.4 | Hiltjo Posthuma | 2022-10-04 | 1 | -1/+1 |
* | remove workaround for a crash with color emojis on some systems, now fixed in... | Hiltjo Posthuma | 2022-09-17 | 1 | -14/+0 |
* | Remove dmenumon variable | Stein | 2022-08-28 | 2 | -4/+1 |
* | config.def.h: make keys and buttons const | NRK | 2022-08-19 | 1 | -2/+2 |
* | Remove blw variable in favour of calculating the value when needed | Stein | 2022-08-17 | 1 | -3/+3 |
* | Make floating windows spawn within the monitor's window area | Stein | 2022-08-12 | 1 | -5/+5 |
* | Simplify client y-offset correction | Stein | 2022-08-10 | 1 | -3/+1 |
* | sync code-style patch from libsl | Hiltjo Posthuma | 2022-08-08 | 1 | -11/+12 |
* | code-style: simplify some checks | NRK | 2022-08-06 | 1 | -15/+8 |
* | spawn: reduce 2 lines, change fprintf() + perror() + exit() to die("... :") | explosion-mental | 2022-08-02 | 1 | -3/+1 |
* | unmanage: stop listening for events for unmanaged windows | Stein | 2022-08-02 | 1 | -0/+1 |
* | Revert "do not call signal-unsafe function inside sighanlder" | Hiltjo Posthuma | 2022-07-22 | 1 | -2/+2 |
* | do not call signal-unsafe function inside sighanlder | NRK | 2022-07-15 | 1 | -2/+2 |
* | use named parameter for func prototype | NRK | 2022-07-15 | 1 | -2/+2 |
* | sync latest drw.{c,h} changes from dmenu | Hiltjo Posthuma | 2022-05-10 | 2 | -30/+59 |
* | Makefile: add manual path for OpenBSD | Hiltjo Posthuma | 2022-05-01 | 1 | -0/+1 |
* | manage: Make sure c->isfixed is applied before floating checks | Chris Down | 2022-04-26 | 1 | -0/+1 |
* | LICENSE: add Chris Down | Hiltjo Posthuma | 2022-04-26 | 1 | -0/+1 |
* | Revert "manage: For isfloating/oldstate check/set, ensure trans client actual... | Hiltjo Posthuma | 2022-04-26 | 1 | -1/+1 |
* | Update monitor positions also on removal | Santtu Lakkala | 2022-04-16 | 1 | -34/+34 |
* | manage: propertynotify: Reduce cost of unused size hints | Chris Down | 2022-04-16 | 1 | -3/+5 |
* | manage: For isfloating/oldstate check/set, ensure trans client actually exists | Miles Alan | 2022-03-13 | 1 | -1/+1 |
* | fix mem leak in cleanup() | NRK | 2022-03-13 | 1 | -0/+1 |