summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2022-12-08 19:24:19 +0100
committeryuzu-eva <stevenhu@web.de>2022-12-08 19:24:19 +0100
commit4cbab432deb82d32f7ad776bd07d152c83935b3a (patch)
treee23dd39d22285eb84092d14476e7d37cf8058396 /config.h
parentea5e73261189b4d4773f1b46f18cad56b0628b70 (diff)
changed paths in keybind commands
Diffstat (limited to 'config.h')
-rwxr-xr-xconfig.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/config.h b/config.h
index 5b7ec2f..f756a4f 100755
--- a/config.h
+++ b/config.h
@@ -39,7 +39,6 @@ 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 },
- { "kitty", NULL, NULL, 0, 0, 1, 0, -1 },
{ TERMCLASS, NULL, NULL, 0, 0, 1, 0, -1 },
{ NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, /* xev */
};
@@ -111,12 +110,12 @@ static Key keys[] = {
{ MODKEY, XK_period, focusmon, {.i = +1 } },
{ MODKEY|ShiftMask, XK_comma, tagmon, {.i = -1 } },
{ MODKEY|ShiftMask, XK_period, tagmon, {.i = +1 } },
- { MODKEY|ControlMask, XK_b, spawn, SHCMD("xdotool type $( grep -v '^#' ~/Documents/random/bookmarks.txt | dmenu -i -l 50 | cut -d' ' -f1 )") },
- { MODKEY|ControlMask, XK_l, spawn, SHCMD("xdotool type \"cat $( /usr/bin/ls -d ~/Documents/lyrics/* | dmenu -i -l 50)\"") },
+ { 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, XK_b, spawn, SHCMD("firefox") },
{ MODKEY, XK_e, spawn, SHCMD("emacsclient -c -a 'emacs'") },
- { MODKEY, XK_Print, spawn, SHCMD("sleep 0.3s; scrot -s -e 'mv $f ~/Pictures/'") },
- { 0, XK_Print, spawn, SHCMD("scrot -u -e 'mv $f ~/Pictures/'") },
+ { 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)