From f4d1c0403fd2e5a80a240ff93785a397fb41d821 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Sat, 8 Oct 2022 02:24:53 +0200 Subject: update --- README.md | 2 ++ config.h | 1 + dwm | Bin 75040 -> 75144 bytes dwm.o | Bin 63776 -> 64000 bytes 4 files changed, 3 insertions(+) diff --git a/README.md b/README.md index a0395d3..d8396a4 100755 --- a/README.md +++ b/README.md @@ -11,3 +11,5 @@ My dwm configuration uses the following patches: I have also set some custom keybinds to control audio levels and start up some applications. The code should be self-explanatory. + +May throw dependency errors on compilation. Just install the needed packages if it happens. diff --git a/config.h b/config.h index 2386211..0873c67 100755 --- a/config.h +++ b/config.h @@ -112,6 +112,7 @@ static Key keys[] = { { MODKEY|ShiftMask, XK_period, tagmon, {.i = +1 } }, { MODKEY, XK_b, spawn, SHCMD("firefox") }, { MODKEY, XK_Print, spawn, SHCMD("sleep 0.3s; scrot -s") }, + { 0, XK_Print, spawn, SHCMD("scrot -u") }, TAGKEYS( XK_1, 0) TAGKEYS( XK_2, 1) TAGKEYS( XK_3, 2) diff --git a/dwm b/dwm index a45e80e..0db4114 100755 Binary files a/dwm and b/dwm differ diff --git a/dwm.o b/dwm.o index 2a78ad9..2036747 100644 Binary files a/dwm.o and b/dwm.o differ -- cgit v1.2.3