Compare commits
No commits in common. "a37bf5ae82cb6ea17fa8dc4af7760318387b4e66" and "6b49d8f3608c8e913b43f6f2c27ac169e770732f" have entirely different histories.
a37bf5ae82
...
6b49d8f360
6
xinitrc
6
xinitrc
|
@ -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.8.10:24800 &
|
barriers --no-tray --debug ERROR --name Patricia -c ~/.config/barrier/barrier.conf --address 192.168.0.201:24800 &
|
||||||
;;
|
;;
|
||||||
Pamela)
|
Pamela)
|
||||||
# nvidia drivers xrandr settings
|
# TODO - why did i have these? do i still need them?
|
||||||
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.8.10:24800 &
|
sleep 5 && barrierc --no-tray --debug ERROR --name Pamela 192.168.0.201:24800 &
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue