diff options
-rw-r--r-- | README.rst | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -147,6 +147,16 @@ ______________ systemctl --user start mpd-new systemctl --user enable mpd-new +offlineimap --user +__________________ +| The systemd user service *offlineimap.service* starts offlineimap as a user service and can comfortably (depending on your settings) sync your IMAP accounts in the background. + + .. code:: bash + + systemctl --user start offlineimap + systemctl --user enable offlineimap + + postpone-screensaver --user ___________________________ | With the systemd user service and timer *postpone-screensaver.{service,timer}* one can - as the name implies - postpone one's screensaver from blanking the screen. The script checks for programs set in *~/.config/postpone-screensaver* and can be started and activated like any other timer/service: |