revert(gaming): move steam back to special workspace
Reverts the recent change that moved Steam into a named workspace. Steam is now handled via a special workspace again. The Waybar module configuration has also been updated to reflect this change.
This commit is contained in:
@@ -61,26 +61,22 @@ in {
|
||||
wayland.windowManager.hyprland.settings = {
|
||||
workspace = [
|
||||
"name:gaming, monitor:0, default:true"
|
||||
"name:steam, monitor:0, default:true"
|
||||
];
|
||||
|
||||
exec-once = [
|
||||
# No longer launching steam on startup
|
||||
# "[workspace special:steam silent] uwsm app -- steam"
|
||||
"[workspace special:steam silent] uwsm app -- steam"
|
||||
];
|
||||
|
||||
bindd = [
|
||||
# "SUPER, A, Toggle Steam, togglespecialworkspace, steam"
|
||||
# "SUPER SHIFT, A, Move to Steam Special Workspace, movetoworkspace, special:steam"
|
||||
"SUPER, A, Toggle Steam, togglespecialworkspace, steam"
|
||||
"SUPER SHIFT, A, Move to Steam Special Workspace, movetoworkspace, special:steam"
|
||||
"SUPER, G, Switch to Gaming Workspace, workspace, name:gaming"
|
||||
"SUPER, A, Switch to Steam Workspace, workspace, name:steam"
|
||||
];
|
||||
|
||||
windowrulev2 =
|
||||
[
|
||||
# --- STEAM LAUNCHER RULES ---
|
||||
"workspace name:steam, class:^(steam)$"
|
||||
# "workspace special:steam silent, class:^(steam)$"
|
||||
"workspace special:steam silent, class:^(steam)$"
|
||||
"noinitialfocus, class:^(steam)$"
|
||||
"suppressevent activate, class:^(steam)$"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user