Skip to content

Instantly share code, notes, and snippets.

@tokland
Created December 30, 2018 11:39
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/5372adf19ba7c5dbb3a05de47b20d06c to your computer and use it in GitHub Desktop.
Save tokland/5372adf19ba7c5dbb3a05de47b20d06c to your computer and use it in GitHub Desktop.
Save current XFCE4 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