diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-06-14 16:04:32 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-06-14 16:04:32 +0900 |
| commit | 938e2e9bda1c103e249b43cdf9a074d20a308393 (patch) | |
| tree | 5e7454bbf01edc5a8f8d0c2f2c1ef6e16a3b7b64 /dwm/config.h | |
| parent | d2bf587bf3ca3a4db481a47214a23f539406c67d (diff) | |
Init
Diffstat (limited to 'dwm/config.h')
| -rw-r--r-- | dwm/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm/config.h b/dwm/config.h index f0ea39d..bfbce8c 100644 --- a/dwm/config.h +++ b/dwm/config.h @@ -343,7 +343,7 @@ static const Key keys[] = { { MODKEY | ControlMask, XK_d, spawn, { .v = (const char *[]){ "passmenu2", NULL } } }, { MODKEY | ControlMask, XK_e, spawn, SHCMD("ecrypt; pkill -RTMIN+19 ${STATUSBAR:-dwmblocks}") }, { MODKEY, XK_v, spawn, { .v = (const char *[]){ "mpvplay", NULL } } }, - { MODKEY | ControlMask, XK_v, spawn, { .v = (const char *[]){ "ovpn", NULL } } }, + { MODKEY | ControlMask, XK_v, spawn, SHCMD("ovpn; kill -38 $(pidof dwmblocks)") }, { MODKEY, XK_Insert, spawn, SHCMD("xdotool type $(grep -v '^#' ~/.local/share/thesiah/snippets | dmenu -i -l 50 | cut -d' ' -f1)") }, { 0, XK_Print, spawn, SHCMD("maim | tee ~/Pictures/screenshot-$(date '+%y%m%d-%H%M-%S').png | xclip -selection clipboard") }, { ShiftMask, XK_Print, spawn, { .v = (const char *[]){ "maimpick", NULL } } }, |
