mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
20 lines
568 B
Nix
20 lines
568 B
Nix
_: {
|
|
wayland.windowManager.hyprland.settings = {
|
|
windowrule = [
|
|
"match:initial_class AlacrittyFloating, float on"
|
|
];
|
|
windowrulev2 = [
|
|
"suppressevent fullscreen, class:steam_app_default, content game"
|
|
"suppressevent maximize, class:.*"
|
|
|
|
"tile, class:battle\.net\.exe"
|
|
|
|
"renderunfocused, class:discord, initialTitle:Discord"
|
|
|
|
"unset, title:Wine System Tray"
|
|
"workspace special:hidden silent, title:Wine System Tray"
|
|
"noinitialfocus, title:Wine System Tray"
|
|
"no_follow_mouse, class:Unity"
|
|
];
|
|
};
|
|
}
|