feat: added hyprland config
This commit is contained in:
71
.config/hypr/conf.d/windowrules.conf
Normal file
71
.config/hypr/conf.d/windowrules.conf
Normal 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
|
||||
# }
|
||||
Reference in New Issue
Block a user