From 2ba8d545964f2459d059ab7d11ad22aec423b038 Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Fri, 30 Jun 2023 10:09:22 -0700 Subject: [PATCH] Add hyprland binds for focusing tabs --- modules/hyprland/hyprland.conf | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/modules/hyprland/hyprland.conf b/modules/hyprland/hyprland.conf index 56cd063..a505724 100644 --- a/modules/hyprland/hyprland.conf +++ b/modules/hyprland/hyprland.conf @@ -189,4 +189,15 @@ bind = $mod+SHIFT, F6, movetoworkspacesilent, 16 bind = $mod+SHIFT, F7, movetoworkspacesilent, 17 bind = $mod+SHIFT, F8, movetoworkspacesilent, 18 bind = $mod+SHIFT, F9, movetoworkspacesilent, 19 -bind = $mod+SHIFT, F10, movetoworkspacesilent, 20 \ No newline at end of file +bind = $mod+SHIFT, F10, movetoworkspacesilent, 20 + +bind = $mod+CONTROL, 1, hy3:focustab, index, 01 +bind = $mod+CONTROL, 2, hy3:focustab, index, 02 +bind = $mod+CONTROL, 3, hy3:focustab, index, 03 +bind = $mod+CONTROL, 4, hy3:focustab, index, 04 +bind = $mod+CONTROL, 5, hy3:focustab, index, 05 +bind = $mod+CONTROL, 6, hy3:focustab, index, 06 +bind = $mod+CONTROL, 7, hy3:focustab, index, 07 +bind = $mod+CONTROL, 8, hy3:focustab, index, 08 +bind = $mod+CONTROL, 9, hy3:focustab, index, 09 +bind = $mod+CONTROL, 0, hy3:focustab, index, 10 \ No newline at end of file