hyprland config not yet working in v0.52.1

wait for update, then revert this commit
This commit is contained in:
2025-12-08 16:21:47 +01:00
parent e7dc282b0b
commit 7c85a26f5a

View File

@@ -101,25 +101,26 @@ in {
# Layer rules # Layer rules
layerrule = [ layerrule = [
"match:namespace waybar, blur on" # Blur waybar "blur, waybar" # Blur waybar
"match:namespace waybar, ignore_alpha 0.5" "ignorezero, waybar"
"match:namespace hyprpicker, no_anim on" # fix screenshot border visible "ignorealpha 0.5, waybar"
"match:namespace selection, no_anim on" # fix screenshot border visible "noanim, hyprpicker" # fix screenshot border visible
"noanim, selection" # fix screenshot border visible
]; ];
# Window rules # Window rules
windowrule = [ windowrule = [
# Nice transparency for some apps (unless in fullscreen) # Nice transparency for some apps (unless in fullscreen)
"match:class ^(cursor)$, match:fullscreen false, opacity 0.9" "opacity 0.9,fullscreen:0,class:^(cursor)$"
"match:class ^(firefox)$, match:fullscreen false, opacity 0.9" "opacity 0.9,fullscreen:0,class:^(firefox)$"
"match:class ^(GitKraken)$, match:fullscreen false, opacity 0.9" "opacity 0.9,fullscreen:0,class:^(GitKraken)$"
"match:class ^(obsidian)$, match:fullscreen false, opacity 0.9" "opacity 0.9,fullscreen:0,class:^(obsidian)$"
# Ensure hyprland tearing on games # Ensure hyprland tearing on games
"match:class ^(steam_app)$, immediate on" "immediate,class:^(steam_app)$"
# Keep Rofi focused # Keep Rofi focused
"match:class ^(Rofi)$, stay_focused on" "stayfocused, class:^(Rofi)$"
]; ];
# Bindings # Bindings