1
1
Fork 0

hyprland: fix steam notifcations opening workspace

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2024-12-11 21:24:20 -06:00
parent 68ef2fb3f9
commit 5adf45d44b
Signed by: myned
GPG key ID: C7224454F7881A34

View file

@ -261,23 +261,22 @@ in {
(fullscreen true ["idleinhibit focus"]) (fullscreen true ["idleinhibit focus"])
(pinned true ["bordercolor rgb(073642) rgb(073642)"]) (pinned true ["bordercolor rgb(073642) rgb(073642)"])
(tag.android ["idleinhibit always" "move ${android.x} ${android.y}" "size ${android.w} ${android.h}" "workspace special:android"]) (tag.android ["idleinhibit always" "move ${android.x} ${android.y}" "size ${android.w} ${android.h}" "workspace special:android silent"])
(tag.browser ["group override set" "tile" "workspace 1"]) (tag.browser ["group override set" "tile" "workspace 1"])
(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" "tile"]) (tag.editor ["group override set" "tile"])
(tag.files ["center"]) (tag.files ["center"])
(tag.game ["idleinhibit always" "noborder" "noshadow" "renderunfocused" "workspace name:game"]) (tag.game ["focusonactivate" "idleinhibit always" "noborder" "noshadow" "renderunfocused" "workspace name:game"])
(tag.media ["center" "keepaspectratio" "size <90% <90%"]) (tag.media ["center" "keepaspectratio" "size <90% <90%"])
(tag.music ["tile" "workspace special:music"]) (tag.music ["tile" "workspace special:music silent"])
(tag.office ["group override set" "tile" "workspace special:office"]) (tag.office ["group override set" "tile" "workspace special:office silent"])
(tag.password ["center" "tile" "workspace special:password"]) (tag.password ["center" "tile" "workspace special:password silent"])
(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" "tile"]) (tag.social ["group override set" "tile"])
(tag.steam ["suppressevent activate activatefocus" "workspace special:steam"]) (tag.steam ["suppressevent activate activatefocus" "workspace special:steam silent"])
(tag.terminal ["tile"]) (tag.terminal ["tile"])
(tag.vm ["workspace special:vm"]) (tag.vm ["workspace special:vm silent"])
(tag.wine ["noborder" "noshadow"])
### Overrides ### Overrides
(class "dev\\.benz\\.walker" ["noanim" "noshadow" "pin" "stayfocused"]) # Imitate layer (class "dev\\.benz\\.walker" ["noanim" "noshadow" "pin" "stayfocused"]) # Imitate layer
@ -306,7 +305,7 @@ in {
(fields { (fields {
class = "^org\\.gnome\\.Loupe$"; class = "^org\\.gnome\\.Loupe$";
title = "^wallpaper.png$"; title = "^wallpaper.png$";
} ["tile" "workspace special:wallpaper"]) } ["tile" "workspace special:wallpaper silent"])
(fields { (fields {
class = "^org\\.gnome\\.Nautilus$"; class = "^org\\.gnome\\.Nautilus$";
title = "^Home$"; # Main window title = "^Home$"; # Main window