mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-09 06:55:13 +02: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:
@ -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)$
|
||||
|
Reference in New Issue
Block a user