19 lines
558 B
Nix
19 lines
558 B
Nix
_: {
|
|
wayland.windowManager.hyprland.settings = {
|
|
windowrulev2 = [
|
|
"noshadow, floating:0"
|
|
"float, title:^(Volume Control)$"
|
|
"float, title:^(Picture in picture)$"
|
|
"float, title:^(Steam)$"
|
|
"float, title:^(Friends List)$"
|
|
"float, title:^(Cryptomator)$"
|
|
"float, title:^(RuneLite)$"
|
|
"float, title:^(Lutris)$"
|
|
"float, title:^(satty)$"
|
|
"move 850 360, title:^(RuneLite)$"
|
|
"size 830 600, title:^(RuneLite)$"
|
|
"size 1200 600, title:^(satty)$"
|
|
" fullscreen, title:^(cs2)$"
|
|
];
|
|
};
|
|
}
|