Advertisement
Apathy42

github.com/linuxmint/sticky commands

Feb 22nd, 2025 (edited)
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.44 KB | None | 0 0
  1. https://github.com/linuxmint/sticky
  2. linux mint sticky notes repo application commands
  3.  
  4. dbus-send --type=method_call --dest="org.x.sticky" /org/x/sticky org.x.sticky.ShowNotes
  5. dbus-send --type=method_call --dest="org.x.sticky" /org/x/sticky org.x.sticky.NewNoteBlank
  6. dbus-send --type=method_call --dest="org.x.sticky" /org/x/sticky org.x.sticky.NewNote string:'New note text'
  7. dbus-monitor "type='signal',interface='org.x.sticky',member=NotesChanged"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement