update(hyprland): switched to hyprland 0.55.1
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{
|
||||
wayland.windowManager.hyprland.settings = {
|
||||
windowrulev2 = [
|
||||
windowrule = [
|
||||
# Make all inactive windows transparent
|
||||
"opacity 0.99 0.8, class:.*"
|
||||
"match:class .*, opacity 1 0.8"
|
||||
# But make Firefox windows opaque again (last rule wins)
|
||||
"float, title:(?i)bitwarden"
|
||||
"match:title (?i)bitwarden, float on"
|
||||
];
|
||||
workspace = [
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user