diff --git a/sericea/.config/sway/config.d/40-window-rules.conf b/sericea/.config/sway/config.d/40-window-rules.conf
index af30c61b..a16ccc29 100644
--- a/sericea/.config/sway/config.d/40-window-rules.conf
+++ b/sericea/.config/sway/config.d/40-window-rules.conf
@@ -14,6 +14,7 @@ set $w7 7
 set $w8 8
 set $w9 9
 set $w10 10
+set $w11 11
 
 # General rules of thought:
 # * The primary monitor will contain workspaces 1-7
@@ -34,10 +35,13 @@ for_window {
 	# Workspace 8 contains Thunderbird and Keepass
 	[app_id="org.keepassxc.KeePassXC"]	move container to workspace $w8
 	[app_id="org.mozilla.Thunderbird"]	move container to workspace $w8
+	[class="thunderbird"]			move container to workspace $w8
 
 	# Workspace 9 should be communications platforms
 	[app_id="com.dev.vencord.Vesktop"]	move container to workspace $w9
 	[app_id="com.dev.vencord.Vesktop"]	inhibit_idle visible
+	[app_id="vesktop"]			move container to workspace $w9
+	[app_id="vesktop"]			inhibit_idle visible
 	[app_id="com.discordapp.Discord"]	move container to workspace $w9
 	[app_id="com.discordapp.Discord"]	inhibit_idle visible
 
@@ -46,5 +50,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
 }