From 105be67b463d4e4cb920308c20909253323d4c8e Mon Sep 17 00:00:00 2001 From: = Date: Sun, 11 Oct 2020 11:58:44 +0100 Subject: [PATCH] update hostnames --- xinitrc | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/xinitrc b/xinitrc index 644ea1c..1aa361d 100644 --- a/xinitrc +++ b/xinitrc @@ -87,15 +87,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.8.10:24800 & - ;; - Pamela) - # nvidia drivers xrandr settings - xrandr --dpi 96 - 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.8.10:24800 & + sleep 5 && barrierc --no-tray --debug ERROR --name MachineTwo 192.168.8.10:24800 & ;; esac