Compare commits

..

No commits in common. "a37bf5ae82cb6ea17fa8dc4af7760318387b4e66" and "6b49d8f3608c8e913b43f6f2c27ac169e770732f" have entirely different histories.

1 changed files with 3 additions and 3 deletions

View File

@ -79,15 +79,15 @@ export XCURSOR_PATH=""
_host=$(hostname)
case "$_host" in
Patricia)
barriers --no-tray --debug ERROR --name Patricia -c ~/.config/barrier/barrier.conf --address 192.168.8.10:24800 &
barriers --no-tray --debug ERROR --name Patricia -c ~/.config/barrier/barrier.conf --address 192.168.0.201:24800 &
;;
Pamela)
# nvidia drivers xrandr settings
# TODO - why did i have these? do i still need them?
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 Pamela 192.168.0.201:24800 &
;;
esac