Compare commits

...

3 Commits

Author SHA1 Message Date
= a37bf5ae82 Merge branch 'master' of ssh://git.rayelliott.dev:3222/dots/xinitrc 2020-07-25 09:34:19 +01:00
= 5e4798eef0 fix barrier command 2020-07-25 09:34:09 +01:00
= b0aace975d update barrier address 2020-07-25 09:16:24 +01:00
1 changed files with 3 additions and 3 deletions

View File

@ -79,15 +79,15 @@ export XCURSOR_PATH=""
_host=$(hostname) _host=$(hostname)
case "$_host" in case "$_host" in
Patricia) 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) Pamela)
# TODO - why did i have these? do i still need them? # nvidia drivers xrandr settings
xrandr --dpi 96 xrandr --dpi 96
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.0.201:24800 & sleep 5 && barrierc --no-tray --debug ERROR --name Pamela 192.168.8.10:24800 &
;; ;;
esac esac