aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr/lua/keybinds.lua
diff options
context:
space:
mode:
authorDon Williams <don.e.williams@gmail.com>2026-07-11 20:33:07 -0400
committerPinapelz <yukais@pinapelz.com>2026-08-29 21:40:34 -0700
commitaceb5ce214c4dac4c7488e3f78438df94fe84409 (patch)
treefdbbe31f1d6fe97428c031a56d9ab78c6c882e9b /config/hypr/lua/keybinds.lua
parent1411c2be09632ca099bee8f61e2b73a21c5b0cc9 (diff)
Fixing settings for ovewivew / qs-hyprview
Signed-off-by: Don Williams <don.e.williams@gmail.com> 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
Diffstat (limited to 'config/hypr/lua/keybinds.lua')
-rw-r--r--config/hypr/lua/keybinds.lua5
1 files changed, 3 insertions, 2 deletions
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" }
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage