12 lines
269 B
Nix
12 lines
269 B
Nix
{
|
|
wayland.windowManager.hyprland.settings = {
|
|
windowrule = [
|
|
# Make all inactive windows transparent
|
|
"match:class .*, opacity 1 0.8"
|
|
"match:class firefox, match:title (?i).*bitwarden.*, no_screen_share on"
|
|
];
|
|
workspace = [
|
|
];
|
|
};
|
|
}
|