summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.h10
-rw-r--r--drw.obin10968 -> 11272 bytes
-rwxr-xr-xdwmbin76144 -> 75736 bytes
-rw-r--r--dwm.obin64096 -> 65960 bytes
-rw-r--r--util.obin2080 -> 2256 bytes
5 files changed, 6 insertions, 4 deletions
diff --git a/config.h b/config.h
index e8458dd..ef0564f 100644
--- a/config.h
+++ b/config.h
@@ -39,6 +39,7 @@ static const Rule rules[] = {
/* class instance title tags mask isfloating isterminal noswallow monitor */
{ "Gimp", NULL, NULL, 0, 1, 0, 0, -1 },
{ "Firefox", NULL, NULL, 1 << 8, 0, 0, -1, -1 },
+ { "IceCat", NULL, NULL, 1 << 8, 0, 0, -1, -1 },
{ TERMCLASS, NULL, NULL, 0, 0, 1, 0, -1 },
{ NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, /* xev */
};
@@ -113,21 +114,22 @@ static Key keys[] = {
{ MODKEY, XK_period, focusmon, {.i = +1 } },
{ MODKEY|ShiftMask, XK_comma, tagmon, {.i = -1 } },
{ MODKEY|ShiftMask, XK_period, tagmon, {.i = +1 } },
- { MODKEY, XK_b, spawn, {.v = (const char*[]){ "firefox", NULL } } },
- { MODKEY, XK_v, spawn, {.v = (const char*[]){ "firefox", "-P", "other", NULL } } },
+ { MODKEY, XK_b, spawn, {.v = (const char*[]){ "icecat", NULL } } },
+ { MODKEY, XK_v, spawn, {.v = (const char*[]){ "firefox-bin", NULL } } },
{ MODKEY, XK_e, spawn, {.v = (const char*[]){ "emacsclient", "-c", "-a", "emacs", NULL } } },
{ MODKEY|ShiftMask, XK_v, spawn, {.v = (const char*[]){ TERMINAL, "pulsemixer", NULL } } },
{ MODKEY|ShiftMask, XK_n, spawn, {.v = (const char*[]){ TERMINAL, "newsboat", NULL } } },
{ MODKEY|ShiftMask, XK_y, spawn, {.v = (const char*[]){ TERMINAL, "ytdl", NULL } } },
{ MODKEY|ControlMask, XK_b, spawn, SHCMD("xdotool type $( grep -v '^#' ~/docs/random/bookmarks.txt | dmenu -i -l 50 | cut -d' ' -f1 )") },
- { MODKEY|ControlMask, XK_l, spawn, SHCMD("xdotool type \"cat $( /usr/bin/ls -d ~/docs/lyrics/* | dmenu -i -l 50)\"") },
+ { MODKEY|ControlMask, XK_l, spawn, SHCMD("xdotool type \"cat $( /bin/ls -d ~/docs/lyrics/* | dmenu -i -l 50)\"") },
+ { MODKEY, XK_q, spawn, SHCMD("~/.local/bin/qrshare") },
{ MODKEY, XK_Print, spawn, SHCMD("sleep 0.3s; scrot -s -e 'mv $f ~/pics/'") },
{ 0, XK_Print, spawn, SHCMD("scrot -u -e 'mv $f ~/pics/'") },
TAGKEYS( XK_1, 0)
TAGKEYS( XK_2, 1)
TAGKEYS( XK_3, 2)
TAGKEYS( XK_4, 3)
- { MODKEY|ShiftMask, XK_q, quit, {0} },
+ { MODKEY|ShiftMask|ControlMask, XK_q, quit, {0} },
{ 0, XF86XK_AudioRaiseVolume, spawn, {.v = upvol} },
{ 0, XF86XK_AudioLowerVolume, spawn, {.v = downvol} },
diff --git a/drw.o b/drw.o
index bcc1c77..f598778 100644
--- a/drw.o
+++ b/drw.o
Binary files differ
diff --git a/dwm b/dwm
index 717d3ef..5066125 100755
--- a/dwm
+++ b/dwm
Binary files differ
diff --git a/dwm.o b/dwm.o
index 73c7308..1ed0f24 100644
--- a/dwm.o
+++ b/dwm.o
Binary files differ
diff --git a/util.o b/util.o
index 04ef62b..70f597e 100644
--- a/util.o
+++ b/util.o
Binary files differ