diff options
Diffstat (limited to 'home/wayland/niri')
| -rw-r--r-- | home/wayland/niri/niri.nix | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/home/wayland/niri/niri.nix b/home/wayland/niri/niri.nix index 39143e4..e57a72f 100644 --- a/home/wayland/niri/niri.nix +++ b/home/wayland/niri/niri.nix @@ -10,7 +10,7 @@ accel-profile = "flat"; accel-speed = -0.6; middle-emulation = true; - scroll-factor = 1.3; + scroll-factor = 1.75; }; focus-follows-mouse = { enable = true; @@ -19,8 +19,8 @@ mod-key = "Alt"; keyboard = { xkb.layout = "pl"; - repeat-delay = 500; - repeat-rate = 50; + repeat-delay = 400; + repeat-rate = 60; }; power-key-handling.enable = false; }; @@ -38,8 +38,7 @@ }; cursor = { hide-when-typing = true; - hide-after-inactive-ms = 10000; - size = 14; + size = 16; # theme = ""; }; layout = { @@ -66,7 +65,6 @@ gaps-between-tabs = 3; position = "top"; }; - empty-workspace-above-first = true; }; spawn-at-startup = [ { command = [ "${lib.getExe pkgs.xwayland-satellite}" ]; } |
