fixes waybar, adds cursors, fixes some hyprland stuff

This commit is contained in:
2026-02-15 21:03:00 +01:00
parent 73d6ca5bec
commit 5e55b51220
12 changed files with 247 additions and 86 deletions

View File

@@ -273,6 +273,15 @@ windowrule {
match:title = ^(Citation Dialog)$
}
windowrule {
name = libreoffice-opaque
match:class = ^(libreoffice.*)$
# active, inactive, fullscreen (all forced to 1.0)
opacity = 1.0 override 1.0 override 1.0 override
}
# gnome calendar
windowrule {
name = windowrule-cal
@@ -303,4 +312,4 @@ windowrule {
match:class = ^(org.gnome.Calculator)$
float = on
center = on
}
}