diff options
Diffstat (limited to 'config/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" }) |
