auto start vpn

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-01-04 00:28:20 +01:00
parent 81ab17fed7
commit 223f785c3a

View File

@@ -16,4 +16,10 @@
terminal = false;
};
};
# Auto-statrt Proton VPN
wayland.windowManager.hyprland.settings.exec-once = [
"protonvpn-app --start-minimized &"
];
}