diff options
| author | Mineralwater Xu <[email protected]> | 2021-05-19 07:29:59 +0800 |
|---|---|---|
| committer | Mineralwater Xu <[email protected]> | 2021-05-19 07:29:59 +0800 |
| commit | 815d696c7a927469c1e1def32c520d342185fd48 (patch) | |
| tree | c7423b9591e7e1dc2806d2493e6486b1fc698671 /config.h | |
| parent | 617a623890806333b4036249d6260cd6ec3c2272 (diff) | |
Commit: add element toggle shortcut
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -93,6 +93,7 @@ static const char *termcmd[] = { "st", NULL }; static const char *browsercmd[] = { "/home/mineralwater/scripts/firefox-toggle.sh", NULL }; static const char *browserfuncmd[] = { "/home/mineralwater/scripts/firefox-fun-toggle.sh", NULL }; static const char *telegramcmd[] = { "/home/mineralwater/scripts/telegram-toggle.sh", NULL }; +static const char *elementcmd[] = { "/home/mineralwater/scripts/element-toggle.sh", NULL}; static const char *upvol[] = { "/home/mineralwater/scripts/vol-up.sh", NULL }; static const char *downvol[] = { "/home/mineralwater/scripts/vol-down.sh", NULL }; @@ -108,6 +109,7 @@ static Key keys[] = { { MODKEY, XK_c, spawn, {.v = browsercmd } }, { MODKEY|ShiftMask, XK_c, spawn, {.v = browserfuncmd } }, { MODKEY, XK_v, spawn, {.v = telegramcmd } }, + { MODKEY, XK_V, spawn, {.v = elementcmd } }, { 0, XF86XK_AudioLowerVolume, spawn, {.v = downvol } }, { 0, XF86XK_AudioMute, spawn, {.v = mutevol } }, { 0, XF86XK_AudioRaiseVolume, spawn, {.v = upvol } }, |
