diff options
| author | Don Williams <don.e.williams@gmail.com> | 2026-07-14 08:35:45 -0400 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-08-29 21:40:35 -0700 |
| commit | 7e304136251820e0e6922ff051f36876bc3162b9 (patch) | |
| tree | 2f587d30863138943ef82b9afe111aae9b22aed3 | |
| parent | d0383441d1da2998e1757b663264e866a9747722 (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.lua | 5 |
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" }) |
