a4f0cbb017
organized even more.
13 lines
287 B
Nix
13 lines
287 B
Nix
{
|
|
wayland.windowManager.hyprland.settings = {
|
|
windowrulev2 = [
|
|
# Make all inactive windows transparent
|
|
"opacity 0.99 0.8, class:.*"
|
|
# But make Firefox windows opaque again (last rule wins)
|
|
"float, title:(?i)bitwarden"
|
|
];
|
|
workspace = [
|
|
];
|
|
};
|
|
}
|