update hyprland configs after omarchy upgrade

This commit is contained in:
2026-01-23 06:36:25 -05:00
parent 59b4ffb888
commit 38e92a7c9c
3 changed files with 10 additions and 9 deletions

View File

@@ -1,18 +1,18 @@
# datagrip gets its own named workspace
windowrule = workspace name:DataGrip, class:jetbrains-datagrip
windowrule = workspace name:DataGrip, match:class jetbrains-datagrip
# creddy gets some special treatment
# windowrule = workspace special:creddy, class:creddy
windowrule = float, class:creddy
windowrule = size 800 600, class:creddy
windowrule = float 1, match:class creddy
windowrule = size 800 600, match:class creddy
# this just gets ignored when monitor 2 isn't present, which is perfect
windowrule = monitor 2, class:creddy
windowrule = monitor 1, match:class creddy
windowrule = workspace special:slack, class:Slack
windowrule = workspace special:slack, match:class Slack
# excluding floating windows allows the unlock and quick-access popups to show in any workspace
windowrule = workspace special:1password, class:1Password, floating:0
windowrule = workspace special:1password, match:class 1Password, match:float 0
# quick-access popup doesn't resize automatically when its content changes
# windowrule = size 550 404, class:1Password, title:Quick.*
windowrule = persistentsize, class:1Password, title:Quick.*
windowrule = persistent_size 1, match:class 1Password, match:title Quick.*