diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 90076d1..0ec5ef9 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -117,10 +117,10 @@ misc { disable_hyprland_logo = true } - # See https://wiki.hyprland.org/Configuring/Keywords/ for more $mainMod = SUPER + # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more bind = $mainMod, Q, exec, $terminal bind = $mainMod, R, killactive, @@ -133,6 +133,7 @@ bind = $mainMod, T, togglesplit, # dwindle bind = $mainMod, F, fullscreen, 1 + bind = Control, Tab, workspace, m+1 bind = ALT, Tab, cyclenext bind = ALT, Tab, bringactivetotop, @@ -196,3 +197,4 @@ bind = $mainMod, LEFT, workspace, m-1 bindm = $mainMod, mouse:272, movewindow bindm = $mainMod, mouse:273, resizewindow +