From 9c37ca9f3a96d7d8a4bd921984f2f8013343a0ef Mon Sep 17 00:00:00 2001 From: Don Williams Date: Sat, 11 Jul 2026 12:43:06 -0400 Subject: Fixing blur on qs-hyprview finally Signed-off-by: Don Williams On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/UserConfigs/UserDecorations.conf modified: config/hypr/configs/Keybinds.conf modified: config/hypr/configs/LayerRules.conf modified: config/quickshell/qs-hyprview/modules/Hyprview.qml --- config/hypr/UserConfigs/UserDecorations.conf | 4 ++-- config/hypr/configs/Keybinds.conf | 2 +- config/hypr/configs/LayerRules.conf | 4 +--- 3 files changed, 4 insertions(+), 6 deletions(-) (limited to 'config/hypr') diff --git a/config/hypr/UserConfigs/UserDecorations.conf b/config/hypr/UserConfigs/UserDecorations.conf index bef67138..3d49ada6 100644 --- a/config/hypr/UserConfigs/UserDecorations.conf +++ b/config/hypr/UserConfigs/UserDecorations.conf @@ -47,8 +47,8 @@ decoration { size = 6 passes = 3 new_optimizations = true - xray = true - ignore_opacity = true + xray = false + ignore_opacity = false special = true popups = true } diff --git a/config/hypr/configs/Keybinds.conf b/config/hypr/configs/Keybinds.conf index fc13e1c7..c0b924a7 100644 --- a/config/hypr/configs/Keybinds.conf +++ b/config/hypr/configs/Keybinds.conf @@ -141,7 +141,7 @@ bindd = $mainMod ALT, S, Toggle scrolling V/H, exec, bash -c '[[ $(hyprctl getop $layout = 'smartgrid' # Or, using XDG_CONFIG_HOME: -bind = ctrl, tab, exec, hyprctl keyword layerrule "match:namespace quickshell:expose, blur on, ignore_alpha 0" && qs ipc -c qs-hyprview call expose toggle $layout +bind = ctrl, tab, exec, hyprctl keyword layerrule "match:namespace quickshell:expose, blur on, ignore_alpha 0, xray on" && qs ipc -c qs-hyprview call expose toggle $layout # Cycle windows; if floating bring to top bindd = ALT, Tab, Cycle next window, cyclenext diff --git a/config/hypr/configs/LayerRules.conf b/config/hypr/configs/LayerRules.conf index b5751644..91e1feb1 100644 --- a/config/hypr/configs/LayerRules.conf +++ b/config/hypr/configs/LayerRules.conf @@ -12,9 +12,7 @@ layerrule = match:namespace rofi, blur on, ignore_alpha 0, animation slide layerrule = match:namespace notifications, blur on, ignore_alpha 0, animation slide layerrule = match:namespace quickshell:overview, blur on, ignore_alpha 0.5 layerrule = match:namespace quickshell:expose, dim_around on -layerrule = match:namespace quickshell:expose, blur on, ignore_alpha 0 -# Compatibility fallback for Hyprland builds/parsers that still expect classic layerrule syntax -layerrule = dimaround, quickshell:expose +layerrule = match:namespace quickshell:expose, blur on, ignore_alpha 0, xray on layerrule = match:namespace wallpaper, blur on, ignore_alpha 0 # swaync + helper overlays -- cgit v1.2.3