1 Commits

Author SHA1 Message Date
a14724c0ec feat: add WireGuard VPN keybinds (Super+Ctrl+V / Super+Ctrl+Shift+V) 2026-05-20 14:29:56 -04:00

View File

@@ -230,9 +230,9 @@ 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
# WireGuard VPN toggle
bind = $mainMod CTRL, V, exec, sudo wg-quick up wg0
bind = $mainMod CTRL SHIFT, V, exec, sudo wg-quick down wg0
# Full screen
bind = SUPER, F, fullscreen