Re: [dev] [slock] Ctrl+Alt+Backspace Xorg Termination works

From: 7heo <7heo_AT_mail.com>
Date: Sun, 27 Sep 2015 14:15:02 +0200

Put

if ! pgrep xinit >/dev/null; then
  start-stop-daemon -S -b startx
  clear
  exit
fi

At the end if your ~/.${SHELL}rc file.
Received on Sun Sep 27 2015 - 14:15:02 CEST

This archive was generated by hypermail 2.3.0 : Sun Sep 27 2015 - 14:24:08 CEST