From 74cedc4af1b1b8504c802503d1a63e4d25344072 Mon Sep 17 00:00:00 2001 From: ray Date: Tue, 27 Oct 2020 13:49:02 +0000 Subject: [PATCH] update hostnames --- xinitrc | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) 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