diff options
| author | yuzu-eva <stevenhu@web.de> | 2022-12-15 01:00:45 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2022-12-15 01:00:45 +0100 |
| commit | ce98c26ab8baf69349b05d017bea2d2a276a2534 (patch) | |
| tree | c1e24cfa6e0a96087b8bdae290a49869b9f95e2b /config.h | |
| parent | 2cd3841e3af5a166d62058100bada7bb95b6899a (diff) | |
added keybinds for pulsemixer and newsboat
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -117,6 +117,8 @@ static Key keys[] = { { MODKEY|ControlMask, XK_l, spawn, SHCMD("xdotool type \"cat $( /usr/bin/ls -d ~/docs/lyrics/* | dmenu -i -l 50)\"") }, { MODKEY, XK_b, spawn, SHCMD("firefox") }, { MODKEY, XK_e, spawn, SHCMD("emacsclient -c -a 'emacs'") }, + { MODKEY, XK_v, spawn, SHCMD("st pulsemixer") }, + { MODKEY, XK_n, spawn, SHCMD("st newsboat") }, { MODKEY, XK_Print, spawn, SHCMD("sleep 0.3s; scrot -s -e 'mv $f ~/pics/'") }, { 0, XK_Print, spawn, SHCMD("scrot -u -e 'mv $f ~/pics/'") }, TAGKEYS( XK_1, 0) |
