summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authormoadAlami <moadalami40@gmail.com>2024-01-30 22:51:14 +0100
committermoadAlami <moadalami40@gmail.com>2024-01-30 22:51:14 +0100
commit70876c5eda5c241acf3580be9ca4e47af1087ffd (patch)
treef6c8499a6a88a07738a715c841e9e2ee86b91b5b /config.h
parent4228f30a291fe5fc16fdea8f7c6488c04313a8fd (diff)
ctrl+o for emails
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index 6ae41ec..c1082be 100644
--- a/config.h
+++ b/config.h
@@ -157,6 +157,7 @@ static const Key keys[] = {
{0, XF86XK_AudioPlay, spawn, SHCMD("playerctl play-pause")},
{MODKEY, XK_e, spawn, SHCMD("xdotool type $(grep -Ev '^($|#)' ~/.config/bookmarks | dmenu -i -l 50 | cut -d' ' -f1)")},
+ {MODKEY, XK_o, spawn, SHCMD("xdotool type \"$(grep -Ev '^($|#)' ~/.config/contacts | dmenu -i -l 50)\"")},
{MODKEY, XK_n, spawn, SHCMD("clipmenu")},
{MODKEY, XK_F12, spawn, SHCMD("scrot -e 'mv $f /home/mouad/Pictures/Screenshots/' && notify-send '📸 Screenshot taken'")},