Update some hypr config

This commit is contained in:
2026-06-05 09:33:02 +02:00
parent 451230051b
commit 8e50bb2f46
3 changed files with 17 additions and 4 deletions

View File

@@ -40,8 +40,20 @@ hl.window_rule({
name = "steam_notifications",
match = {
class = "^(steam)$",
title = "^(notificationtoasts_*)$"
title = "^(notificationtoasts_.*)$"
},
no_focus = true,
no_initial_focus = true
})
hl.window_rule({
name = "discord",
match = {
class = "discord"
},
monitor = SECONDARY_DISPLAY,
workspace = "6 silent",
no_initial_focus = true,
focus_on_activate = false,
suppress_event = "activatefocus"
})