Add proton to work

Signed-off-by: pph <pph@pph.pph>
This commit is contained in:
pph
2026-02-23 10:59:59 +01:00
parent 18137f444a
commit bde39be205
4 changed files with 7 additions and 6 deletions

View File

@@ -0,0 +1,5 @@
{
wayland.windowManager.hyprland.settings.exec-once = [
"protonvpn-app --start-minimized &"
];
}

View File

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