diff --git a/home/jonas/hyprland.nix b/home/jonas/hyprland.nix index 0d08362..a9e7c56 100644 --- a/home/jonas/hyprland.nix +++ b/home/jonas/hyprland.nix @@ -1,16 +1,19 @@ { + inputs, config, pkgs, ... }: { + programs.rofi.enable = true; + wayland.windowManager.hyprland = { enable = true; + systemd.variables = ["--all"]; settings = { "$mod" = "SUPER"; bind = [ - "$mod, F, exec, firefox" - ", Print, exec, grimblast copy area" + "$mod d, exec, ${pkgs.rofi}" ] ++ ( # workspaces @@ -47,13 +50,13 @@ kb_layout = "de"; kb_variant = ""; kb_model = ""; - kb_options = ""; + kb_options = "caps:ctrl_modifier"; kb_rules = ""; follow_mouse = 1; touchpad = { - natural_scroll = "no"; + natural_scroll = "yes"; }; sensitivity = 0; # -1.0 - 1.0, 0 means no modification.