feat(hyprland): Refactor workspaces and add blur effect

Refactor Hyprland configuration to:
- Move Steam and Music from special workspaces to unique, named workspaces for better integration into the regular workflow.
- Update Waybar's workspace module to correctly display icons for these new named workspaces and filter them out from the special workspaces module.
- Implement a global blur effect for inactive windows, with a specific exception to keep Firefox windows fully opaque, enhancing focus on active content.
This commit is contained in:
kenji
2026-03-14 08:29:12 -05:00
parent dca67e19bc
commit 1c71784ac9
5 changed files with 47 additions and 23 deletions
+3 -1
View File
@@ -5,11 +5,12 @@
gaps_out = 15;
layout = "dwindle";
allow_tearing = true;
resize_on_border = true;
};
decoration = {
rounding = 0;
active_opacity = 0.99;
inactive_opacity = 0.95;
inactive_opacity = 0.7;
shadow = {
enabled = true;
range = 2;
@@ -20,6 +21,7 @@
enabled = true;
size = 8;
passes = 2;
new_optimizations = true;
special = true;
brightness = 0.60;
contrast = 0.75;