feat: added hyprland config

This commit is contained in:
oxypomme
2026-01-04 13:53:51 +01:00
parent 7420bcd08b
commit 817b73e12a
10 changed files with 309 additions and 0 deletions

View File

@@ -0,0 +1,71 @@
# 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
# }