update barrier address
This commit is contained in:
parent
73099ac3a2
commit
b0aace975d
4
xinitrc
4
xinitrc
|
@ -78,10 +78,10 @@ export XCURSOR_PATH=""
|
|||
_host=$(hostname)
|
||||
case "$_host" in
|
||||
Patricia)
|
||||
barriers --no-tray --debug ERROR --name Patricia -c ~/.config/barrier/barrier.conf --address 192.168.0.201:24800 &
|
||||
barriers --no-tray --debug ERROR --name Patricia -c ~/.config/barrier/barrier.conf --address 192.168.8.10:24800 &
|
||||
;;
|
||||
Pamela)
|
||||
# TODO - why did i have these? do i still need them?
|
||||
# nvidia drivers xrandr settings
|
||||
xrandr --dpi 96
|
||||
xrandr --setprovideroutputsource modesetting NVIDIA-0
|
||||
xrandr --auto
|
||||
|
|
Loading…
Reference in New Issue