From fe7753cc4534d6ec3c2ba051d8ced91a5322d009 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 22 Aug 2021 09:55:57 -0400 Subject: .xinitrc: run-parts after startfluxbox This will give the keychain dialog window decorations. --- diff --git a/.xinitrc b/.xinitrc index bdf7697..7179af6 100644 --- a/.xinitrc +++ b/.xinitrc @@ -9,10 +9,6 @@ PATH="${HOME}/bin:${PATH}" . ~/.exports -for f in $(run-parts --list ~/.xinitrc.d); do - . "${f}" -done - xmodmap "${HOME}/.Xmodmap" export GTK_IM_MODULE='xim' export QT_IM_MODULE='xim' @@ -21,6 +17,10 @@ dpmsmouse 'Logitech USB Laser Mouse' & startfluxbox +for f in $(run-parts --list ~/.xinitrc.d); do + . "${f}" +done + rm -f ~/.xsessionmanage mkfifo -m 0600 ~/.xsessionmanage while read action; do -- cgit v0.9.1