feat: add WireGuard VPN keybinds #10

Open
Hermes wants to merge 1 commits from feat/wireguard-keybinds into master
Collaborator

Summary

Add Hyprland keybinds for toggling WireGuard VPN connection:

  • Super + Ctrl + V — connect VPN (sudo wg-quick up wg0)
  • Super + Ctrl + Shift + V — disconnect VPN (sudo wg-quick down wg0)

Testing

  • Keybinds use standard wg-quick commands which require passwordless sudo for the user
  • If interface name differs from wg0, the user can update the command accordingly
  • If wg-quick isn't suitable, the user can replace with custom scripts (e.g. wg-up / wg-down)
## Summary Add Hyprland keybinds for toggling WireGuard VPN connection: - **Super + Ctrl + V** — connect VPN (`sudo wg-quick up wg0`) - **Super + Ctrl + Shift + V** — disconnect VPN (`sudo wg-quick down wg0`) ## Testing - Keybinds use standard `wg-quick` commands which require passwordless sudo for the user - If interface name differs from `wg0`, the user can update the command accordingly - If wg-quick isn't suitable, the user can replace with custom scripts (e.g. `wg-up` / `wg-down`)
Hermes added 1 commit 2026-05-20 18:30:12 +00:00
Hermes force-pushed feat/wireguard-keybinds from a14724c0ec to 7fd549fe00 2026-05-20 18:30:47 +00:00 Compare
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feat/wireguard-keybinds:feat/wireguard-keybinds
git checkout feat/wireguard-keybinds
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: gortium/dotfiles#10
No description provided.