Compare commits

...

2 Commits

Author SHA1 Message Date
d79f173d9c hurricane: 226 current 2025-11-27 10:32:41 25.05.20251124.1c8ba8d 6.17.8 *
update
2025-11-27 10:33:00 +01:00
6baa571a91 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                          *
2025-11-27 10:32:18 +01:00
2 changed files with 14 additions and 15 deletions

6
flake.lock generated
View File

@@ -166,11 +166,11 @@
"xdph": "xdph"
},
"locked": {
"lastModified": 1764080505,
"narHash": "sha256-2XvDuIqtI7QVjYQx2+NxzL002NU3lzSTIjUikazbSME=",
"lastModified": 1764195170,
"narHash": "sha256-04P/N4fVnBA/t/BPy/Q3HxFRxWyWjWv3CojzI1H1LMc=",
"owner": "hyprwm",
"repo": "hyprland",
"rev": "1c1746de61a90dbbae072f3fc618c45af33fdd59",
"rev": "379ee99c681d45626604ad0253527438960ed374",
"type": "github"
},
"original": {

View File

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