Files
dotfiles/.config/hypr/conf.d/windowrules.conf
2026-01-04 13:53:51 +01:00

72 lines
1.1 KiB
Plaintext

# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
windowrule = match:class .*, suppress_event maximize # You'll probably like this.
windowrule {
name = portal
match:class = ^(xdg-desktop-portal-gtk)$
float = on
}
windowrule {
name = nemo-rotate_img
match:class = ^(nemo)$
match:title = ^(Rotate Images)$
float = on
}
windowrule {
name = edmc-bgs_tally
match:title = ^BGS-Tally.*$
float = on
}
windowrule {
name = steam_windows
match:class = ^(steam)$
match:title = ^(Friends List)|(Steam Settings)$
float = on
}
windowrule {
name = steam_game
match:class = ^(steam_app_[0-9]+)$
fullscreen = on
}
windowrule {
name = gamescope
match:class = ^(gamescope)$
fullscreen = on
}
windowrule {
name = wine_tray
match:class = ^(explorer.exe)$
match:title = ^(Wine System Tray)$
move = 1475 12
}
windowrule {
name = winetricks
match:class = ^(zenity)$
match:title = ^([wW]inetricks)
float = on
}
# windowrule {
# name = 3dxchat
# match:class = ^(3dxchat.exe)$
#
# size = 1920 1080
# fullscreen = on
# }