summaryrefslogtreecommitdiff
path: root/home/wayland/niri/niri.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/wayland/niri/niri.nix')
-rw-r--r--home/wayland/niri/niri.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/home/wayland/niri/niri.nix b/home/wayland/niri/niri.nix
index 9a3d85e..7d0537a 100644
--- a/home/wayland/niri/niri.nix
+++ b/home/wayland/niri/niri.nix
@@ -68,7 +68,8 @@
};
spawn-at-startup = [
{ command = [ "${lib.getExe pkgs.xwayland-satellite}" ]; }
- { command = [ "swaybg" "--image" "/media/pics/wallpapers/kita6.png" ]; }
+ { command = [ "awww-daemon" ]; }
+ { command = [ "wl-paste --watch cliphist store" ]; }
];
};
}