mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-24 17:23:09 +01:00
hyprland: Shorten window rules
This commit is contained in:
parent
3b2f5d4af3
commit
f3037ae4b8
@ -173,19 +173,15 @@ in
|
||||
];
|
||||
|
||||
windowrulev2 = [
|
||||
"nomaxsize,class:^(winecfg\.exe)$"
|
||||
"nomaxsize,class:^(osu\.exe)$"
|
||||
"nomaxsize,class:^(winecfg\.exe|osu\.exe)$"
|
||||
"opaque,class:^(kitty)$"
|
||||
"noblur,class:^(kitty)$"
|
||||
"nodim,title:^(Picture-in-Picture)$"
|
||||
"nodim,title:^(ピクチャーインピクチャー)$"
|
||||
"nodim,title:^(Picture-in-Picture|ピクチャーインピクチャー)$"
|
||||
"nodim,class:^(mpv)$"
|
||||
"tile,class:^(.qemu-system-x86_64-wrapped)$"
|
||||
"opacity ${opacity} ${opacity},class:^(thunar)$"
|
||||
"float,class:^(librewolf)$"
|
||||
"center 1,class:^(librewolf)$"
|
||||
"float,class:^(Mullvad Browser)$"
|
||||
"center 1,class:^(Mullvad Browser)$"
|
||||
"float,class:^(librewolf|Mullvad Browser)$"
|
||||
"center 1,class:^(librewolf|Mullvad Browser)$"
|
||||
];
|
||||
|
||||
misc = {
|
||||
|
Loading…
Reference in New Issue
Block a user