From 3f7ae94d68e5569915ac4f5d804cf887a6ebbce5 Mon Sep 17 00:00:00 2001 From: adikro Date: Sat, 22 Nov 2025 02:54:08 +0100 Subject: kernel stuff and configured nixcord a bit --- home/wayland/niri/niri.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'home/wayland/niri') 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" ]; } ]; }; } -- cgit v1.3