changed gaming special workspace to steam

This commit is contained in:
kenji
2025-07-17 14:44:11 -05:00
parent 67fa3f06ed
commit a4e2cf06e9
4 changed files with 49 additions and 23 deletions
+5 -3
View File
@@ -6,9 +6,10 @@
}: {
wayland.windowManager.hyprland.settings = {
exec-once = [
# "[workspace special:communication silent] discord"
"[workspace special:steam silent] steam -start steam://open/bigpicture"
"[workspace 20 silent] kitty --single-instance --hold fastfetch"
"[workspace 20 silent] firefox"
"[workspace special:preload silent] kitty --single-instance --hold fastfetch"
"[workspace special:preload silent] firefox"
"[workspace 1] kitty --single-instance --hold -e fish -C fastfetch"
"hyprctl setcursor Bibata-Modern-Ice 24"
@@ -16,10 +17,11 @@
"solaar -w hide"
# "sunshine"
# "moondeck-buddy"
"caelestia shell"
"wl-paste --type text --watch cliphist store"
"wl-paste --type image --watch cliphist store"
"sleep 3 && caelestia shell"
];
};
}