From 5e4798eef01b5982772ed41f30fb7a4b90ecbf7f Mon Sep 17 00:00:00 2001 From: = Date: Sat, 25 Jul 2020 09:34:09 +0100 Subject: [PATCH] fix barrier command --- xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xinitrc b/xinitrc index 58e763a..95cca04 100644 --- a/xinitrc +++ b/xinitrc @@ -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