aboutsummaryrefslogtreecommitdiff
path: root/modules/home/i3.nix
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2024-05-12 20:00:07 -0700
committerCaroline Larimore <caroline@larimo.re>2024-05-12 20:00:07 -0700
commit6981d57733a1c3d7bcec000a9b4ca95af84f9e15 (patch)
tree4c4ed3bc52c7ecb797bc6fea6d1cc79e2db492cd /modules/home/i3.nix
parent19130a78024185e6c41c3bed349d3ef4ea8fc203 (diff)
Update i3 workspace assigns
Diffstat (limited to 'modules/home/i3.nix')
-rw-r--r--modules/home/i3.nix9
1 files changed, 6 insertions, 3 deletions
diff --git a/modules/home/i3.nix b/modules/home/i3.nix
index 10d62c7..2a2e175 100644
--- a/modules/home/i3.nix
+++ b/modules/home/i3.nix
@@ -82,11 +82,14 @@
];
assigns = {
- "${ws2}" = [ { class = "Firefox"; } ];
+ "${ws2}" = [ { class = "firefox"; } ];
"${ws3}" = [ { class = "discord"; } ];
- "${ws4}" = [ { class = "steam"; } ];
+ "${ws4}" = [
+ { class = "steam"; }
+ { class = "prismlauncher"; }
+ ];
- "${ws8}" = [ { class = "qBittorrent"; } ];
+ "${ws8}" = [ { class = "qbittorrent"; } ];
};
startup = [