diff --git a/home/hyprland/default.nix b/home/hyprland/default.nix index 5eb6b9f..0b0a34f 100644 --- a/home/hyprland/default.nix +++ b/home/hyprland/default.nix @@ -7,9 +7,19 @@ wayland.windowManager.hyprland.settings = { "$mod" = "SUPER"; + "$terminal" = "kitty"; + "$filemanager" = "dolphin"; + bind = [ "$mod, F, exec, firefox" - ", Print, exec, grimblat copy area" - ]; + "$mod, Q, exec, $terminal" + "$mod, C, killactive, " + "$mod, M, exit, " + "$mod, V, togglefloating, " + "$mod, R, exec, $menu" + "$mod, S, exec, $power" + "$mod, P, pseudo, " + "$mod, J, togglesplit, " + ]; }; }