diff options
| author | Caroline Larimore <caroline@larimo.re> | 2024-05-12 20:00:07 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2024-05-12 20:00:07 -0700 |
| commit | 6981d57733a1c3d7bcec000a9b4ca95af84f9e15 (patch) | |
| tree | 4c4ed3bc52c7ecb797bc6fea6d1cc79e2db492cd | |
| parent | 19130a78024185e6c41c3bed349d3ef4ea8fc203 (diff) | |
Update i3 workspace assigns
| -rw-r--r-- | modules/home/i3.nix | 9 |
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 = [ |