From 9a8739057c0d06d867cf59c1b238e41d4cf6659a Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Sun, 21 Jul 2024 02:16:35 -0500 Subject: [PATCH] Add nuclear to app rules --- sericea/.config/sway/config.d/40-window-rules.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/sericea/.config/sway/config.d/40-window-rules.conf b/sericea/.config/sway/config.d/40-window-rules.conf index a16ccc29..a4458da5 100644 --- a/sericea/.config/sway/config.d/40-window-rules.conf +++ b/sericea/.config/sway/config.d/40-window-rules.conf @@ -51,5 +51,6 @@ for_window { # And Workspace 10 should contain misc. long-running programs [class="Spotify"] move container to workspace $w10 [app_id="spotube"] move container to workspace $w10 + [class="nuclear"] move container to workspace $w10 }