1

Home: Assign steam/games to workspaces

This commit is contained in:
2025-06-04 21:05:06 +02:00
parent 7e7a44eb22
commit 5cfe2ea2e8

View File

@ -103,7 +103,8 @@ rec {
"2" = [ "2" = [
"neovide" "neovide"
"code-url-handler" "code-url-handler"
# NOTE: Fixing Jetbrains IDEs to a workspace prevents them from being on any other :(
# NOTE: Pinning Jetbrains IDEs to a workspace prevents them from being on any other :(
# "jetbrains-clion" # "jetbrains-clion"
# "jetbrains-idea" # "jetbrains-idea"
# "jetbrains-pycharm" # "jetbrains-pycharm"
@ -113,13 +114,21 @@ rec {
]; ];
"3" = [ "3" = [
"obsidian" "obsidian"
"unityhub" "unityhub"
"Unity" "Unity"
"chromium-browser"
]; ];
"4" = [ "4" = [
"firefox" "firefox"
"Google-chrome" "Google-chrome"
"chromium-browser"
];
"5" = [
"steam"
];
"6" = [
# Should match all steam games
"steam_app_(.+)"
]; ];
"7" = [ "7" = [
"signal" "signal"
@ -161,6 +170,7 @@ rec {
"jetbrains-webstorm" "jetbrains-webstorm"
"code-url-handler" "code-url-handler"
"neovide" "neovide"
"steam"
]; ];
}; };