From 97cd0b33e888adba9ae5883236ee64f1e1e59c4b Mon Sep 17 00:00:00 2001 From: RGBCube Date: Fri, 29 Dec 2023 14:29:00 +0300 Subject: [PATCH] Limit cliphist store to 1000 --- modules/hyprland/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/hyprland/default.nix b/modules/hyprland/default.nix index 2e021b7..876b9bf 100644 --- a/modules/hyprland/default.nix +++ b/modules/hyprland/default.nix @@ -22,8 +22,8 @@ '' + '' - exec-once = wl-paste --type text --watch cliphist store - exec-once = wl-paste --type image --watch cliphist store + exec-once = wl-paste --type text --watch cliphist store -max-items 1000 + exec-once = wl-paste --type image --watch cliphist store -max-items 1000 exec = swaybg --image ${./wallpaper.png}