Skip to content

Instantly share code, notes, and snippets.

@tokland
Created October 30, 2017 10:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tokland/eb517f6b756de05179647f6b86716162 to your computer and use it in GitHub Desktop.
Save tokland/eb517f6b756de05179647f6b86716162 to your computer and use it in GitHub Desktop.
Xfce4 save session
#!/bin/sh
exec dbus-send \
--session \
--dest=org.xfce.SessionManager \
--print-reply /org/xfce/SessionManager \
org.xfce.Session.Manager.Checkpoint string:""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment