Add window rules for Signal desktop

This commit is contained in:
pancakes 2025-08-13 12:27:40 +10:00
parent d59ff75299
commit af6b859b2b
Signed by: pancakes
SSH key fingerprint: SHA256:yrp4c4hhaPoPG07fb4QyQIgAdlbUdsJvUAydJEWnfTw

View file

@ -107,6 +107,7 @@ window-rule {
// Block out windows from screen capture // Block out windows from screen capture
window-rule { window-rule {
match app-id="discord" match app-id="discord"
match app-id="Signal"
block-out-from "screencast" block-out-from "screencast"
} }
// Display Steam notifications in corner of the screen // Display Steam notifications in corner of the screen
@ -123,6 +124,7 @@ window-rule {
// Open windows in chat workspace // Open windows in chat workspace
window-rule { window-rule {
match app-id="discord" match app-id="discord"
match app-id="Signal"
open-on-workspace "chat" open-on-workspace "chat"
} }
// Open windows in games workspace // Open windows in games workspace