From d6c1c966594d042c68d16414de33be66ea4ffee3 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 22 Aug 2021 11:43:03 -0400 Subject: .xinitrc: run-parts before startfluxbox The eval command in .xinitrc.d/keychain needs to be run before running fluxbox and fbpanel, which both run applications. The keychain dialog won't have window decorations. --- 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 -- cgit v0.9.1