From 7e304136251820e0e6922ff051f36876bc3162b9 Mon Sep 17 00:00:00 2001 From: Don Williams Date: Tue, 14 Jul 2026 08:35:45 -0400 Subject: Fixed lua keybinds to toggle-qs-hyprview script Signed-off-by: Don Williams On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: hypr/configs/system_keybinds.lua --- config/hypr/configs/system_keybinds.lua | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'config/hypr/configs') 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" }) -- cgit v1.2.3