hurricane: 223 current 2025-11-27 10:10:06 25.05.20251124.1c8ba8d 6.17.8 *
fix hyprland config hurricane: 224 current 2025-11-27 10:29:38 25.05.20251124.1c8ba8d 6.17.8 * hurricane: 225 current 2025-11-27 10:31:20 25.05.20251124.1c8ba8d 6.17.8 *
This commit is contained in:
@@ -101,26 +101,25 @@ in {
|
|||||||
|
|
||||||
# Layer rules
|
# Layer rules
|
||||||
layerrule = [
|
layerrule = [
|
||||||
"blur, waybar" # Blur waybar
|
"match:namespace waybar, blur on" # Blur waybar
|
||||||
"ignorezero, waybar"
|
"match:namespace waybar, ignore_alpha 0.5"
|
||||||
"ignorealpha 0.5, waybar"
|
"match:namespace hyprpicker, no_anim on" # fix screenshot border visible
|
||||||
"noanim, hyprpicker" # fix screenshot border visible
|
"match:namespace selection, no_anim on" # fix screenshot border visible
|
||||||
"noanim, selection" # fix screenshot border visible
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# Window rules
|
# Window rules
|
||||||
windowrulev2 = [
|
windowrule = [
|
||||||
# Nice transparency for some apps (unless in fullscreen)
|
# Nice transparency for some apps (unless in fullscreen)
|
||||||
"opacity 0.9,fullscreen:0,class:^(cursor)$"
|
"match:class ^(cursor)$, match:fullscreen false, opacity 0.9"
|
||||||
"opacity 0.9,fullscreen:0,class:^(firefox)$"
|
"match:class ^(firefox)$, match:fullscreen false, opacity 0.9"
|
||||||
"opacity 0.9,fullscreen:0,class:^(GitKraken)$"
|
"match:class ^(GitKraken)$, match:fullscreen false, opacity 0.9"
|
||||||
"opacity 0.9,fullscreen:0,class:^(obsidian)$"
|
"match:class ^(obsidian)$, match:fullscreen false, opacity 0.9"
|
||||||
|
|
||||||
# Ensure hyprland tearing on games
|
# Ensure hyprland tearing on games
|
||||||
"immediate,class:^(steam_app)$"
|
"match:class ^(steam_app)$, immediate on"
|
||||||
|
|
||||||
# Keep Rofi focused
|
# Keep Rofi focused
|
||||||
"stayfocused, class:^(Rofi)$"
|
"match:class ^(Rofi)$, stay_focused on"
|
||||||
];
|
];
|
||||||
|
|
||||||
# Bindings
|
# Bindings
|
||||||
|
|||||||
Reference in New Issue
Block a user