index
:
dwm
master
My dwm fork for suckless nix
Skullheadx
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
detailed layout name
Skullheadx
2026-05-01
1
-3
/
+3
*
change font size for dmenu and dwm
Skullheadx
2026-05-01
1
-2
/
+2
*
create config, adjust appearance
Skullheadx
2026-04-29
1
-0
/
+117
*
add flake
Skullheadx
2026-04-29
3
-0
/
+64
*
buttonpress: fix status text click area mismatch
Ruben Gonzalez
2026-03-13
1
-1
/
+1
*
sendmon: resize fullscreen windows to target monitor
Ruben Gonzalez
2026-03-10
1
-0
/
+2
*
more overflow fix in getatomprop()
NRK
2026-02-20
1
-4
/
+4
*
getstate: fix access type and remove redundant cast
NRK
2026-02-20
1
-3
/
+3
*
fix not updating _NET_ACTIVE_WINDOW
NRK
2026-02-13
1
-5
/
+3
*
bump version to 6.8
Hiltjo Posthuma
2026-01-30
1
-1
/
+1
*
dwm: Fix getatomprop regression from heap overflow fix
Chris Down
2026-01-16
1
-3
/
+3
*
bump version to 6.7
Hiltjo Posthuma
2026-01-10
2
-2
/
+2
*
dwm: Fix heap buffer overflow in getatomprop
Chris Down
2026-01-10
1
-1
/
+2
*
drw.c: drw_scm_free: call free inside
Hiltjo Posthuma
2025-09-29
2
-3
/
+2
*
cleanup schemes and colors
Hiltjo Posthuma
2025-09-27
3
-4
/
+30
*
config: make refreshrate for mouse move/resize a config option
Hiltjo Posthuma
2025-08-12
2
-2
/
+3
*
bump version to 6.6
Hiltjo Posthuma
2025-08-09
1
-1
/
+1
*
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
-59
/
+55
*
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
[next]