diff options
| -rwxr-xr-x | README.md | 2 | ||||
| -rwxr-xr-x | config.h | 1 | ||||
| -rwxr-xr-x | dwm | bin | 75040 -> 75144 bytes | |||
| -rw-r--r-- | dwm.o | bin | 63776 -> 64000 bytes |
4 files changed, 3 insertions, 0 deletions
@@ -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. @@ -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) Binary files differBinary files differ |
