diff options
-rw-r--r-- | .xinitrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |