From 7fd549fe00d2e9f2338b8995ba4c89d0e62c1d9e Mon Sep 17 00:00:00 2001 From: Hermes Date: Wed, 20 May 2026 14:29:56 -0400 Subject: [PATCH] feat: add WireGuard VPN keybinds (Super+Ctrl+V connect, Super+Ctrl+Shift+V disconnect) --- hypr/.config/hypr/hyprland.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hypr/.config/hypr/hyprland.conf b/hypr/.config/hypr/hyprland.conf index 9982a2f..31dba02 100644 --- a/hypr/.config/hypr/hyprland.conf +++ b/hypr/.config/hypr/hyprland.conf @@ -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