From aceb5ce214c4dac4c7488e3f78438df94fe84409 Mon Sep 17 00:00:00 2001 From: Don Williams Date: Sat, 11 Jul 2026 20:33:07 -0400 Subject: Fixing settings for ovewivew / qs-hyprview Signed-off-by: Don Williams 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/system_keybinds.lua modified: config/hypr/lua/keybinds.lua modified: config/hypr/lua/layer_rules.lua new file: config/quickshell/overview/config.json --- config/hypr/lua/keybinds.lua | 5 +++-- config/hypr/lua/layer_rules.lua | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'config/hypr/lua') diff --git a/config/hypr/lua/keybinds.lua b/config/hypr/lua/keybinds.lua index 600a1a75..25c72490 100644 --- a/config/hypr/lua/keybinds.lua +++ b/config/hypr/lua/keybinds.lua @@ -326,13 +326,14 @@ bind( { description = "toggle scrolling V/H" } ) -- Section: qs-hyprview expose controls +-- "smartgrid", "justified", "masonry", "bands", "hero", "spiral" +-- "satellite", "staggered", "columnar", "vortex", "random" local qs_hyprview_layout = "smartgrid" bind( "CTRL", "tab", exec_cmd( - "hyprctl keyword layerrule \"match:namespace quickshell:expose, blur on, ignore_alpha 0\" && " - .. "qs ipc -c qs-hyprview call expose toggle " + "qs -c qs-hyprview ipc call expose toggle " .. qs_hyprview_layout ), { description = "qs-hyprview toggle" } diff --git a/config/hypr/lua/layer_rules.lua b/config/hypr/lua/layer_rules.lua index db23d20a..038fcb37 100644 --- a/config/hypr/lua/layer_rules.lua +++ b/config/hypr/lua/layer_rules.lua @@ -57,6 +57,7 @@ apply_layer_rule({ }, blur = true, ignore_alpha = 0, + xray = true, }) apply_layer_rule({ -- cgit v1.2.3