Home: Assign steam/games to workspaces
This commit is contained in:
@ -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"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user