update hostname, update xcompmgr options
This commit is contained in:
parent
439ff5f1bc
commit
187a728616
4
xinitrc
4
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
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue