diff options
Diffstat (limited to 'config/hypr/lua/keybinds.lua')
| -rw-r--r-- | config/hypr/lua/keybinds.lua | 5 |
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" } |
