fix: hyprland complained so i fixed some settings

feel like my config gets smaller and smaller each time hyprland
complains
This commit is contained in:
Ahwx 2025-04-01 09:18:52 +02:00
parent 9dfd94b35a
commit 352bf41f40

View file

@ -315,31 +315,20 @@
# windowrule
windowrule = [
"float,imv"
"center,imv"
"size 1200 725,imv"
"float,mpv"
"center,mpv"
"tile,Aseprite"
"size 1200 725,mpv"
"float,title:^(float_kitty)$"
"center,title:^(float_kitty)$"
"size 950 600,title:^(float_kitty)$"
"float,audacious"
"workspace 8 silent, audacious"
"tile, neovide"
"idleinhibit focus,mpv"
"float,udiskie"
"float,title:^(Transmission)$"
"idleinhibit focus,title:(mpv)$"
"float,title:^(udiskie)$"
"float,title:^(Volume Control)$"
"float,title:^(Librewolf Sharing Indicator)$"
"move 0 0,title:^(Librewolf Sharing Indicator)$"
"size 700 450,title:^(Volume Control)$"
"move 40 55%,title:^(Volume Control)$"
"workspace 10, thunderbird"
"workspace 8, nheko"
"workspace 8, element-desktop"
"workspace 9, spotify"
"workspace 10, title:^(thunderbird)$"
"workspace 8, title:^(nheko)$"
"workspace 8, title:^(element-desktop)$"
"workspace 9, title:^(spotify)$"
];
# windowrulev2
@ -350,7 +339,6 @@
"pin, title:^(Picture-in-Picture)$"
"opacity 1.0 override 1.0 override, title:^(.*imv.*)$"
"opacity 1.0 override 1.0 override, title:^(.*mpv.*)$"
"opacity 1.0 override 1.0 override, class:(Aseprite)"
"opacity 1.0 override 1.0 override, class:(Unity)"
"idleinhibit focus, class:^(mpv)$"
"idleinhibit fullscreen, class:^(librewolf)$"