diff --git a/home/jonas/hyprland.nix b/home/jonas/hyprland.nix index f0482a8..9d154e8 100644 --- a/home/jonas/hyprland.nix +++ b/home/jonas/hyprland.nix @@ -12,13 +12,21 @@ wayland.windowManager.hyprland = { enable = true; systemd.variables = ["--all"]; + xwayland.enable = true; settings = { "$mod" = "SUPER"; bind = [ "$mod, RETURN, exec, ${pkgs.kitty}/bin/kitty" "$mod, d, exec, ${pkgs.rofi}/bin/rofi -show drun" - "$mod, f, exec, ${pkgs.firefox}/bin/firefox" + "$mod, h, movefocus, left" + "$mod, j, movefocus, down" + "$mod, k, movefocus, up" + "$mod, l, movefocus, right" + "$mod SHIFT, h, move, left" + "$mod SHIFT, j, move, down" + "$mod SHIFT, k, move, up" + "$mod SHIFT, l, move, right" ] ++ ( # workspaces