mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-16 09:49:45 +01:00
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:
parent
3230a5ec1e
commit
ae1af336ba
@ -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)$
|
||||
|
Loading…
Reference in New Issue
Block a user