update hostname, update xcompmgr options

This commit is contained in:
Ray Elliott 2020-10-27 15:16:46 +00:00
parent 439ff5f1bc
commit 187a728616
1 changed files with 2 additions and 2 deletions

View File

@ -79,9 +79,9 @@ export XCURSOR_PATH=""
_host=$(hostname)
case "$_host" in
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 MachineOne -c ~/.config/barrier/barrier.conf --address 192.168.8.10:24800 &
if command -v xcompmgr ; then
sleep 3 && xcompmgr -c -f -F -r0 &
sleep 3 && xcompmgr -c -F -r0 &
sleep 3 && "$HOME/.config/bspwm/focus_flash.sh" &
fi
;;