From d0383441d1da2998e1757b663264e866a9747722 Mon Sep 17 00:00:00 2001 From: Don Williams Date: Mon, 13 Jul 2026 16:31:09 -0400 Subject: toggle-qs-hyprview checks/restarts service b4 toggle hyprview Signed-off-by: Don Williams On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: CHANGELOG.md modified: config/hypr/configs/Keybinds.conf modified: config/hypr/lua/keybinds.lua new file: config/hypr/scripts/toggle-qs-hyprview.sh --- config/hypr/lua/keybinds.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/hypr/lua/keybinds.lua') diff --git a/config/hypr/lua/keybinds.lua b/config/hypr/lua/keybinds.lua index 25c72490..82ccbfa7 100644 --- a/config/hypr/lua/keybinds.lua +++ b/config/hypr/lua/keybinds.lua @@ -333,7 +333,7 @@ bind( "CTRL", "tab", exec_cmd( - "qs -c qs-hyprview ipc call expose toggle " + "$HOME/.config/hypr/scripts/toggle-qs-hyprview.sh " .. qs_hyprview_layout ), { description = "qs-hyprview toggle" } -- cgit v1.2.3