add(firefox): vpn proxy profile
This commit is contained in:
+11
-8
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user