From c17b3b69aa0ec844790622258b86993619a1bcdf Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Mon, 29 Apr 2024 16:35:07 +0100 Subject: [PATCH] hypr: tweak bindings --- hypr/hyprland.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 +