diff --git a/home/hypr/hyprland.conf b/home/hypr/hyprland.conf index 157a82f8..8305c39d 100644 --- a/home/hypr/hyprland.conf +++ b/home/hypr/hyprland.conf @@ -149,9 +149,9 @@ windowrulev2 = suppressevent maximize, class:.* # You'll probably like this. $mainMod = SUPER # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more -bind = $mainMod, Q, exec, $terminal +bind = $mainMod, T, exec, $terminal bind = $mainMod, R, exec, $menu -bind = $mainMod, E, exec, $fileManager +bind = $mainMod, F, exec, $fileManager bind = $mainMod, B, exec, $browser bind = $mainMod, C, killactive, bind = $mainMod, M, exit, @@ -160,7 +160,7 @@ bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, J, togglesplit, # dwindle # Fullscreen windows. -bind=SUPER,F,fullscreen +bind=$mainMod,W,fullscreen # Move focus with mainMod + arrow keys bind = $mainMod, left, movefocus, l