hyprland: Allow resizing osu! windows

It seems like all wine windows may be broken, although there doesn't
seem to be an easy way to allow the resizing of all wine windows without
affecting other windows. In practice this *shouldn't* matter much,
however.
This commit is contained in:
Donovan Glover 2023-06-22 07:58:22 -04:00
parent 3230a5ec1e
commit ae1af336ba
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -158,6 +158,7 @@ let VARIABLES = import ../src/variables.nix; in {
layerrule = blur,rofi
windowrulev2 = nomaxsize,class:^(winecfg\.exe)$
windowrulev2 = nomaxsize,class:^(osu\.exe)$
windowrulev2 = opaque,class:^(kitty)$
windowrulev2 = noblur,class:^(kitty)$
windowrulev2 = opacity 0.92 0.92,class:^(thunar)$