hyprland: fix group rules
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
2e2f2ccb40
commit
27db8dcb7b
1 changed files with 4 additions and 5 deletions
|
@ -155,7 +155,7 @@ in {
|
||||||
];
|
];
|
||||||
editor = rules: [
|
editor = rules: [
|
||||||
(class "codium-url-handler" rules) # VSCode
|
(class "codium-url-handler" rules) # VSCode
|
||||||
(class "obsidian" (rules ++ ["group override barred"]))
|
(class "obsidian" (rules ++ ["group barred"]))
|
||||||
];
|
];
|
||||||
files = rules: [
|
files = rules: [
|
||||||
(class "org\\.gnome\\.Nautilus" rules)
|
(class "org\\.gnome\\.Nautilus" rules)
|
||||||
|
@ -190,7 +190,6 @@ in {
|
||||||
(class "discord" rules)
|
(class "discord" rules)
|
||||||
(class "Element" rules)
|
(class "Element" rules)
|
||||||
(class "org\\.telegram\\.desktop" rules)
|
(class "org\\.telegram\\.desktop" rules)
|
||||||
(class "signal" rules)
|
|
||||||
];
|
];
|
||||||
steam = rules: [
|
steam = rules: [
|
||||||
(class "SDL Application" rules) # Steam
|
(class "SDL Application" rules) # Steam
|
||||||
|
@ -221,7 +220,7 @@ in {
|
||||||
(tag.android ["tile" "workspace special:android"])
|
(tag.android ["tile" "workspace special:android"])
|
||||||
(tag.clipboard ["move ${clipboard.x} ${clipboard.y}" "pin" "size ${clipboard.w} ${clipboard.h}" "stayfocused"])
|
(tag.clipboard ["move ${clipboard.x} ${clipboard.y}" "pin" "size ${clipboard.w} ${clipboard.h}" "stayfocused"])
|
||||||
(tag.dropdown ["move ${dropdown.x} ${dropdown.y}" "pin" "size ${dropdown.w} ${dropdown.h}"])
|
(tag.dropdown ["move ${dropdown.x} ${dropdown.y}" "pin" "size ${dropdown.w} ${dropdown.h}"])
|
||||||
(tag.editor ["group override set invade" "tile"])
|
(tag.editor ["group override set" "tile"])
|
||||||
(tag.files ["center" "size 1000 625"])
|
(tag.files ["center" "size 1000 625"])
|
||||||
(tag.game ["fullscreen" "idleinhibit always" "noborder" "noshadow" "renderunfocused" "workspace name:game"])
|
(tag.game ["fullscreen" "idleinhibit always" "noborder" "noshadow" "renderunfocused" "workspace name:game"])
|
||||||
(tag.media ["center" "keepaspectratio"])
|
(tag.media ["center" "keepaspectratio"])
|
||||||
|
@ -229,14 +228,14 @@ in {
|
||||||
(tag.office ["group override set" "workspace special:office"])
|
(tag.office ["group override set" "workspace special:office"])
|
||||||
(tag.password ["center" "workspace special:password"])
|
(tag.password ["center" "workspace special:password"])
|
||||||
(tag.pip ["keepaspectratio" "move ${pip.x} ${pip.y}" "noinitialfocus" "pin" "size ${pip.w} ${pip.h}"])
|
(tag.pip ["keepaspectratio" "move ${pip.x} ${pip.y}" "noinitialfocus" "pin" "size ${pip.w} ${pip.h}"])
|
||||||
(tag.social ["group override set invade" "tile"])
|
(tag.social ["group override set" "tile"])
|
||||||
(tag.steam ["suppressevent activate activatefocus" "workspace special:steam"])
|
(tag.steam ["suppressevent activate activatefocus" "workspace special:steam"])
|
||||||
(tag.terminal ["tile"])
|
(tag.terminal ["tile"])
|
||||||
(tag.vm ["workspace special:vm"])
|
(tag.vm ["workspace special:vm"])
|
||||||
(tag.wine ["noborder" "noshadow"])
|
(tag.wine ["noborder" "noshadow"])
|
||||||
|
|
||||||
### Overrides
|
### Overrides
|
||||||
(class "signal" ["group override new lock"])
|
(class "signal" ["group override new" "tile"]) # Initial window in social group
|
||||||
(class "steam_app_1473350" ["workspace 0"]) # (the) Gnorp Apologue
|
(class "steam_app_1473350" ["workspace 0"]) # (the) Gnorp Apologue
|
||||||
(class "Tap Wizard 2\\.x86_64" ["workspace 0"])
|
(class "Tap Wizard 2\\.x86_64" ["workspace 0"])
|
||||||
(class "Xdg-desktop-portal-gtk" ["noborder" "noshadow"])
|
(class "Xdg-desktop-portal-gtk" ["noborder" "noshadow"])
|
||||||
|
|
Loading…
Reference in a new issue