diff options
Diffstat (limited to '.xprofile')
-rw-r--r-- | .xprofile | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -18,11 +18,6 @@ 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 & |