aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr/configs
diff options
context:
space:
mode:
authorDon Williams <don.e.williams@gmal.com>2026-07-11 12:13:58 -0400
committerPinapelz <yukais@pinapelz.com>2026-08-29 21:40:34 -0700
commitcbecfc1b7cb34580b2634e439ffd8169546bb893 (patch)
treeb06ab554af64b8d800527da2a4e4052fecb033f3 /config/hypr/configs
parent1a2bb29ade16622a7c0d76a817300ff966d47a79 (diff)
Adding qs-hyprview blur to keyubinding for persistence
Signed-off-by: Don Williams <don.e.williams@gmal.com> Removed layer rules On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/configs/Keybinds.conf modified: config/hypr/configs/LayerRules.conf modified: config/hypr/lua/keybinds.lua modified: config/quickshell/qs-hyprview/modules/Hyprview.qml
Diffstat (limited to 'config/hypr/configs')
-rw-r--r--config/hypr/configs/Keybinds.conf4
-rw-r--r--config/hypr/configs/LayerRules.conf2
2 files changed, 3 insertions, 3 deletions
diff --git a/config/hypr/configs/Keybinds.conf b/config/hypr/configs/Keybinds.conf
index 9d1514cd..fc13e1c7 100644
--- a/config/hypr/configs/Keybinds.conf
+++ b/config/hypr/configs/Keybinds.conf
@@ -141,9 +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, qs ipc -c qs-hyprview call expose toggle $layout
-#bind = ctrl, tab, exec, qs ipc -c qs-hyprview call expose open $layout
-#bind = ctrl, tab, exec, qs ipc -c qs-hyprview call expose close
+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
# 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 a08d40b7..b5751644 100644
--- a/config/hypr/configs/LayerRules.conf
+++ b/config/hypr/configs/LayerRules.conf
@@ -13,6 +13,8 @@ layerrule = match:namespace notifications, blur on, ignore_alpha 0, animation sl
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 wallpaper, blur on, ignore_alpha 0
# swaync + helper overlays
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage