1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-31 20:17:45 +00:00

Limit cliphist store to 1000

This commit is contained in:
RGBCube 2023-12-29 14:29:00 +03:00
parent 9e985ff81e
commit 97cd0b33e8
No known key found for this signature in database

View file

@ -22,8 +22,8 @@
'' ''
+ +
'' ''
exec-once = wl-paste --type text --watch cliphist store exec-once = wl-paste --type text --watch cliphist store -max-items 1000
exec-once = wl-paste --type image --watch cliphist store exec-once = wl-paste --type image --watch cliphist store -max-items 1000
exec = swaybg --image ${./wallpaper.png} exec = swaybg --image ${./wallpaper.png}