diff options
| author | shipwreckt <me@shipwreckt.co.uk> | 2025-10-16 22:13:02 +0100 |
|---|---|---|
| committer | shipwreckt <me@shipwreckt.co.uk> | 2025-10-16 22:13:02 +0100 |
| commit | e63a16b509b05993fc7900b6296ba8601e343976 (patch) | |
| tree | b9e1d57e09a111981427bafe3b3223384e358830 /files/config/suckless/dwm/config.h | |
| parent | e8b5675eb77aa20027f369ca278457b6a7c2e142 (diff) | |
More small changes, added thunderbird items.
Diffstat (limited to 'files/config/suckless/dwm/config.h')
| -rw-r--r-- | files/config/suckless/dwm/config.h | 5 |
1 files changed, 4 insertions, 1 deletions
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 } }, |
