fix barrier command

This commit is contained in:
= 2020-07-25 09:34:09 +01:00
parent b0aace975d
commit 5e4798eef0
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ case "$_host" in
xrandr --setprovideroutputsource modesetting NVIDIA-0
xrandr --auto
# barrier client only works with a sleep (behaves as if Mod4 key is always being pressed) - why?
sleep 5 && barrierc --no-tray --debug ERROR --name Pamela 192.168.0.201:24800 &
sleep 5 && barrierc --no-tray --debug ERROR --name Pamela 192.168.8.10:24800 &
;;
esac