summaryrefslogtreecommitdiffstats
path: root/.xinitrc
diff options
context:
space:
mode:
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.xinitrc b/.xinitrc
index 7e0d26e..b26ee31 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -20,12 +20,12 @@ xinput set-prop 'TPPS/2 IBM TrackPoint' 'Evdev Wheel Emulation Button' 2
xinput set-prop 'TPPS/2 IBM TrackPoint' 'Evdev Wheel Emulation Timeout' 200
xinput set-prop 'TPPS/2 IBM TrackPoint' 'Evdev Wheel Emulation Axes' 6 7 4 5
-startfluxbox
-
for f in $(run-parts --list ~/.xinitrc.d); do
. "${f}"
done
+startfluxbox
+
rm -f ~/.xsessionmanage
mkfifo -m 0600 ~/.xsessionmanage
while read action; do