Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- https://github.com/linuxmint/sticky
- linux mint sticky notes repo application commands
- dbus-send --type=method_call --dest="org.x.sticky" /org/x/sticky org.x.sticky.ShowNotes
- dbus-send --type=method_call --dest="org.x.sticky" /org/x/sticky org.x.sticky.NewNoteBlank
- dbus-send --type=method_call --dest="org.x.sticky" /org/x/sticky org.x.sticky.NewNote string:'New note text'
- dbus-monitor "type='signal',interface='org.x.sticky',member=NotesChanged"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement