diff options
Diffstat (limited to 'home/wayland/niri/niri.nix')
| -rw-r--r-- | home/wayland/niri/niri.nix | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/home/wayland/niri/niri.nix b/home/wayland/niri/niri.nix index e57a72f..9a3d85e 100644 --- a/home/wayland/niri/niri.nix +++ b/home/wayland/niri/niri.nix @@ -10,11 +10,11 @@ accel-profile = "flat"; accel-speed = -0.6; middle-emulation = true; - scroll-factor = 1.75; + scroll-factor = 1.5; }; focus-follows-mouse = { enable = true; - max-scroll-amount = "15%"; + max-scroll-amount = "10%"; }; mod-key = "Alt"; keyboard = { @@ -38,7 +38,7 @@ }; cursor = { hide-when-typing = true; - size = 16; + size = 8; # theme = ""; }; layout = { @@ -68,6 +68,7 @@ }; spawn-at-startup = [ { command = [ "${lib.getExe pkgs.xwayland-satellite}" ]; } + { command = [ "swaybg" "--image" "/media/pics/wallpapers/kita6.png" ]; } ]; }; } |
