feat: add WireGuard VPN keybinds (Super+Ctrl+V connect, Super+Ctrl+Shift+V disconnect)

This commit is contained in:
2026-05-20 14:29:56 -04:00
parent 7b1998a40d
commit 7fd549fe00

View File

@@ -230,6 +230,10 @@ bind = $mainMod, B, exec, python /home/tpouplier/ExoKortex/4-Automata/recordntra
bind = $mainMod, A, exec, $music
bind = $mainMod, C, exec, emacsclient -n -c -e '(gortium/hermes-vterm)'
# WireGuard VPN toggle (uses config file: /etc/wireguard/work-laptop.conf)
bind = $mainMod CTRL, V, exec, sudo wg-quick up work-laptop
bind = $mainMod CTRL SHIFT, V, exec, sudo wg-quick down work-laptop
# Full screen
bind = SUPER, F, fullscreen