update hostnames

This commit is contained in:
Ray Elliott 2020-10-27 13:49:02 +00:00
parent 9c4642ed82
commit 74cedc4af1
1 changed files with 2 additions and 9 deletions

11
xinitrc
View File

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