aboutsummaryrefslogtreecommitdiffstats
path: root/.xprofile
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2017-01-26 20:44:56 +0100
committerDavid Runge <dave@sleepmap.de>2017-01-26 20:44:56 +0100
commit434b06d07b7b5273f2941d33cc6038093542e877 (patch)
tree4772e4ceeeb07f7997673958d1773ca59e7eef1f /.xprofile
parent574662cfda20214fdf6a2746c54ad586d613035c (diff)
downloaddotfiles-434b06d07b7b5273f2941d33cc6038093542e877.tar.gz
dotfiles-434b06d07b7b5273f2941d33cc6038093542e877.tar.bz2
dotfiles-434b06d07b7b5273f2941d33cc6038093542e877.tar.xz
dotfiles-434b06d07b7b5273f2941d33cc6038093542e877.zip
.xprofile: Autorandr is now started by a systemd service.
Diffstat (limited to '.xprofile')
-rw-r--r--.xprofile5
1 files changed, 0 insertions, 5 deletions
diff --git a/.xprofile b/.xprofile
index db17a05..be37476 100644
--- a/.xprofile
+++ b/.xprofile
@@ -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 &