mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:27:45 +00:00
ClipboardHistory: Add a clipboard history applet :^)
It will listen for clipboard content changes in the backgroud. Once you click on its icon, it will pop up a window listing all recorded clipboard contents. You can then double-click on an item to copy it again.
This commit is contained in:
parent
acc107a44f
commit
f7ae66cee3
9 changed files with 309 additions and 0 deletions
|
@ -81,6 +81,11 @@ Priority=low
|
|||
KeepAlive=1
|
||||
User=anon
|
||||
|
||||
[ClipboardHistory.MenuApplet]
|
||||
Priority=low
|
||||
KeepAlive=1
|
||||
User=anon
|
||||
|
||||
[AudioServer]
|
||||
Socket=/tmp/portal/audio
|
||||
# TODO: we may want to start it lazily, but right now WindowServer connects to it immediately on startup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue