aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDon Williams <don.e.williams@gmail.com>2026-07-14 08:35:45 -0400
committerPinapelz <yukais@pinapelz.com>2026-08-29 21:40:35 -0700
commit7e304136251820e0e6922ff051f36876bc3162b9 (patch)
tree2f587d30863138943ef82b9afe111aae9b22aed3
parentd0383441d1da2998e1757b663264e866a9747722 (diff)
Fixed lua keybinds to toggle-qs-hyprview script
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: hypr/configs/system_keybinds.lua
-rw-r--r--config/hypr/configs/system_keybinds.lua5
1 files changed, 1 insertions, 4 deletions
diff --git a/config/hypr/configs/system_keybinds.lua b/config/hypr/configs/system_keybinds.lua
index e8590062..779d16e4 100644
--- a/config/hypr/configs/system_keybinds.lua
+++ b/config/hypr/configs/system_keybinds.lua
@@ -311,10 +311,7 @@ local qs_hyprview_layout = "smartgrid"
bind(
"CTRL",
"tab",
- exec_cmd(
- "qs -c qs-hyprview ipc call expose toggle "
- .. qs_hyprview_layout
- ),
+ exec_cmd("$scriptsDir/toggle-qs-hyprview.sh"),
{ description = "qs-hyprview toggle" }
)
bind("ALT", "Tab", dispatch("cyclenext", ""), { description = "cycle next window" })
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage