update hostnames
This commit is contained in:
parent
5060ed6282
commit
105be67b46
10
xinitrc
10
xinitrc
|
@ -87,15 +87,7 @@ case "$_host" in
|
||||||
xrandr --setprovideroutputsource modesetting NVIDIA-0
|
xrandr --setprovideroutputsource modesetting NVIDIA-0
|
||||||
xrandr --auto
|
xrandr --auto
|
||||||
# barrier client only works with a sleep (behaves as if Mod4 key is always being pressed) - why?
|
# 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 &
|
||||||
;;
|
|
||||||
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 &
|
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue