From ab2f4356a3d7718264e1cd5d68046feb877c1a6c Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Thu, 2 Oct 2025 10:01:04 -0400 Subject: [PATCH] feat: Adds super-tab to focus previous workspace. --- env/.config/hypr/keybinds.conf | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/env/.config/hypr/keybinds.conf b/env/.config/hypr/keybinds.conf index 5a64e55..0e24c75 100644 --- a/env/.config/hypr/keybinds.conf +++ b/env/.config/hypr/keybinds.conf @@ -32,11 +32,12 @@ $housecallPro = https://pro.housecallpro.com/app/calendar_new # MOD # KEY # DESC # Action # ############################################################################################## -bindd = $mainMod, Space, Application launcher, exec, $menu -bindd = $mainMod, Return, New terminal, exec, $terminal -bindd = $mainMod SHIFT, Return, New floating terminal, exec, $terminal --class=com.ghostty.float +bindd = $mainMod, SPACE, Application launcher, exec, $menu +bindd = $mainMod, RETURN, New terminal, exec, $terminal +bindd = $mainMod SHIFT, RETURN, New floating terminal, exec, $terminal --class=com.ghostty.float +bindd = $mainMod, TAB, Focus previous workspace, workspace, previous bindd = $mainMod, A, Chat-gpt [a]i - launch / focus, exec, $pwa --focus "https://chatgpt.com" -bindd = $mainMod, A, Chat-gpt [a]i - new window, exec, $pwa "https://chatgpt.com" +bindd = $mainMod SHIFT, A, Chat-gpt [a]i - new window, exec, $pwa "https://chatgpt.com" bindd = $mainMod, B, New [b]rowser, exec, $browser bindd = $mainMod SHIFT, B, New private [b]rowser, exec, $browser --private-window bindd = $mainMod, C, [C]alendar, exec, $pwa --focus "https://www.icloud.com/calendar"