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:
parent
9e985ff81e
commit
97cd0b33e8
1 changed files with 2 additions and 2 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue