diff --git a/xinitrc b/xinitrc index d6e2eaa..c7fa970 100644 --- a/xinitrc +++ b/xinitrc @@ -81,9 +81,8 @@ case "$_host" in MachineOne) barriers --no-tray --debug ERROR --name Patricia -c ~/.config/barrier/barrier.conf --address 192.168.8.10:24800 & if command -v xcompmgr ; then - sleep 3 \ - && xcompmgr -c -f -F -r0 \ - && "$HOME/.config/bspwm/focus_flash.sh" + sleep 3 && xcompmgr -c -f -F -r0 & + sleep 3 && "$HOME/.config/bspwm/focus_flash.sh" & fi ;; MachineTwo) @@ -97,9 +96,3 @@ case "$_host" in esac bspwm - -# if [ -f /usr/local/bin/start_dwm ] ; then -# exec /usr/local/bin/start_dwm -# else -# exec /usr/local/bin/dwm -# fi