From e63a16b509b05993fc7900b6296ba8601e343976 Mon Sep 17 00:00:00 2001 From: shipwreckt Date: Thu, 16 Oct 2025 22:13:02 +0100 Subject: More small changes, added thunderbird items. --- files/config/suckless/dwm/config.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'files/config/suckless/dwm/config.h') diff --git a/files/config/suckless/dwm/config.h b/files/config/suckless/dwm/config.h index e040b41..f2f179e 100644 --- a/files/config/suckless/dwm/config.h +++ b/files/config/suckless/dwm/config.h @@ -65,10 +65,13 @@ static const char *termcmd[] = { "st", NULL }; static const char *audioup[] = { "pactl", "set-sink-volume", "@DEFAULT_SINK@", "+5%", NULL }; static const char *audiodown[] = { "pactl", "set-sink-volume", "@DEFAULT_SINK@", "-5%", NULL }; static const char *ncmpcppcmd[] = { "st", "-e", "ncmpcpp", NULL }; +static const char *emailcmd[] = { "thunderbird", NULL }; static const Key keys[] = { /* modifier key function argument */ - { MODKEY, XK_Insert, spawn, SHCMD("xdotool type $(grep -v '^#' ~/.local/share/larbs/snippets | dmenu -i -l 50 | cut -d' ' -f1)") }, + { MODKEY|ShiftMask, XK_Insert, spawn, SHCMD("sh ~/.Scripts/bookmark.sh") }, + { MODKEY, XK_Insert, spawn, SHCMD("xdotool type $(grep -v '^#' ~/.bookmarks | dmenu -i -l 50 | cut -d' ' -f1)") }, + { MODKEY, XK_t, spawn, {.v = emailcmd } }, { MODKEY, XK_F3, spawn, {.v = audioup } }, { MODKEY, XK_F2, spawn, {.v = audiodown } }, { MODKEY, XK_p, spawn, {.v = audiocmd } }, -- cgit v1.2.3