diff options
| author | adikro <adikro@disroot.org> | 2025-11-22 02:54:08 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2025-11-22 02:54:08 +0100 |
| commit | 3f7ae94d68e5569915ac4f5d804cf887a6ebbce5 (patch) | |
| tree | 97f6ae075b1f5569b1e2d649852d3c39f37b3515 /home/wayland/niri | |
| parent | d3c39950f6c17c621acd0f395bd5a603a7957feb (diff) | |
kernel stuff and configured nixcord a bit
Diffstat (limited to 'home/wayland/niri')
| -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" ]; } ]; }; } |
