From 187a7286166ac3ab591b763693d623fbf124cc16 Mon Sep 17 00:00:00 2001 From: ray Date: Tue, 27 Oct 2020 15:16:46 +0000 Subject: [PATCH] update hostname, update xcompmgr options --- xinitrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xinitrc b/xinitrc index c7fa970..8d30e05 100644 --- a/xinitrc +++ b/xinitrc @@ -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 ;;