diff --git a/homes/julian/features/hyprland/default.nix b/homes/julian/features/hyprland/default.nix index 6b7774e..4a9c0f1 100644 --- a/homes/julian/features/hyprland/default.nix +++ b/homes/julian/features/hyprland/default.nix @@ -314,15 +314,15 @@ in { # # "$mod, R, submap, resize" - "$mod, SPACE, submap, open" + "$mod, O, submap, open" # - "$mod, V, focuswindow, floating" - "$mod SHIFT, V, togglefloating," + "$mod, SPACE, focuswindow, floating" + "$mod SHIFT, SPACE, togglefloating," "$mod, F, fullscreen," "$mod, X, killactive," - "$mod, O, togglesplit," # dwindle + "$mod, -, togglesplit," # dwindle # opening applications "$mod, D, exec, wofi --show drun,run"