feat: add WireGuard VPN keybinds (Super+Ctrl+V / Super+Ctrl+Shift+V)
This commit is contained in:
@@ -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
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user