diff options
| -rw-r--r-- | config.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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'")}, |
