From 6981d57733a1c3d7bcec000a9b4ca95af84f9e15 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Sun, 12 May 2024 20:00:07 -0700 Subject: Update i3 workspace assigns --- modules/home/i3.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'modules') 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 = [ -- cgit v1.2.3