summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xREADME.md2
-rwxr-xr-xconfig.h1
-rwxr-xr-xdwmbin75040 -> 75144 bytes
-rw-r--r--dwm.obin63776 -> 64000 bytes
4 files changed, 3 insertions, 0 deletions
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
--- a/dwm
+++ b/dwm
Binary files differ
diff --git a/dwm.o b/dwm.o
index 2a78ad9..2036747 100644
--- a/dwm.o
+++ b/dwm.o
Binary files differ