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