add(firefox): vpn proxy profile

This commit is contained in:
kenji
2026-07-05 16:33:54 -05:00
parent 25202b7884
commit 38a93f44b7
3 changed files with 125 additions and 8 deletions
+11 -8
View File
@@ -67,8 +67,10 @@
stayFocusedGames);
in {
xdg.desktopEntries.steam-bigpicture = {
name = "Steam (Big Picture GLX)";
exec = "env STEAM_RUNTIME=1 steam -no-cef-sandbox -cef-force-glx -bigpicture";
# name = "Steam (Big Picture GLX)";
name = "Steam (Big Picture)";
# exec = "env STEAM_RUNTIME=1 steam -no-cef-sandbox -cef-force-glx -bigpicture";
exec = "steam -bigpicture";
icon = "steam";
terminal = false;
categories = ["Game"];
@@ -99,13 +101,14 @@ in {
];
exec-once = [
"[workspace name:steam silent] steam"
# "[workspace name:gaming silent] env STEAM_RUNTIME=1 steam -no-cef-sandbox -cef-force-glx -bigpicture"
"[workspace name:gaming silent] steam -bigpicture"
];
bindd = [
"SUPER, A, Focus Steam Workspace, workspace, name:steam"
"SUPER SHIFT, A, Move to Steam Workspace, movetoworkspace, name:steam"
"SUPER, G, Switch to Gaming Workspace, exec, gaming-focus"
"SUPER SHIFT, G, Move to Gaming Workspace, movetoworkspace, name:gaming"
# "SUPER, A, Focus Steam Workspace, workspace, name:steam"
# "SUPER SHIFT, A, Move to Steam Workspace, movetoworkspace, name:steam"
"SUPER, A, Switch to Gaming Workspace, exec, gaming-focus"
"SUPER SHIFT, A, Move to Gaming Workspace, movetoworkspace, name:gaming"
];
windowrule =
[
@@ -122,7 +125,7 @@ in {
# --- STEAM CLIENT OVERRIDE ---
# Override the float for the main Steam client, tile it, and move it to the steam workspace.
"match:class ^(steam)$, tile on"
"match:class ^(steam)$, workspace name:steam"
"match:class ^(steam)$, workspace name:gaming"
# --- STEAM GAME OVERRIDES ---
# Override the float for actual games and move them to the gaming workspace.