aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 6c568db..50f95c4 100644
--- a/config.def.h
+++ b/config.def.h
@@ -130,7 +130,7 @@ static const Key keys[] = {
{ MODKEY, XK_s, spawn, SHCMD("alacritty -e env LESS=\"$LESS-+F\" sdcv --color \"$(xsel -op)\"") },
// firefox Userjs toggle RFP
{ MODKEY, XK_u, spawn, SHCMD("rfp") },
- { MODKEY, XK_v, spawn, SHCMD("if nmcli -t --fields device,state device | grep -q '^wg0:connected$'; then nmcli connection down wg0; notify-send -u critical 'VPN disabled'; else nmcli connection up wg0; notify-send 'VPN enabled'; fi") },
+ { MODKEY, XK_v, spawn, SHCMD("if nmcli -t --fields device,state device | grep -q '^wg_ka:connected$'; then nmcli connection down wg_ka; notify-send -u critical 'VPN disabled'; else nmcli connection up wg_ka; notify-send 'VPN enabled'; fi") },
{ MODKEY, XK_w, spawn, SHCMD("\"$BROWSER\"") },
{ MODKEY, XK_x, spawn, SHCMD("sleep 0.3; xcross") },
{ MODKEY, XK_y, spawn, SHCMD("mpvy -s") },