diff options
-rw-r--r-- | .xprofile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -18,6 +18,11 @@ if [ -x /usr/bin/lxpolkit ]; then /usr/bin/lxpolkit & fi +# setup screens on login using autorandr +if [ -x "$HOME/bin/setup_screens" ]; then + $HOME/bin/setup_screens & +fi + # start light-locker daemon, if available if [ -x /usr/bin/light-locker ]; then /usr/bin/light-locker --lock-after-screensaver=1 --lock-on-suspend & |