summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2022-11-17 22:04:32 +0100
committeryuzu-eva <stevenhu@web.de>2022-11-17 22:04:32 +0100
commit19919ac75a8db5886d3128a668b3eae26b31e5fa (patch)
treec599fd390d32ea2634832566221157c4430e96b5 /config.h
parent1a7a8f2964a2191ba364257709dbab6d95008bc8 (diff)
added hotkey for bookmarks via dmenu
Diffstat (limited to 'config.h')
-rwxr-xr-xconfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index e264d25..a0933b8 100755
--- a/config.h
+++ b/config.h
@@ -107,6 +107,7 @@ 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 $( cat ~/Documents/random/bookmarks.txt | dmenu -i -l 50)")},
{ MODKEY, XK_b, spawn, SHCMD("firefox") },
{ 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/'") },