Compare commits
3 Commits
6b49d8f360
...
a37bf5ae82
Author | SHA1 | Date |
---|---|---|
= | a37bf5ae82 | |
= | 5e4798eef0 | |
= | b0aace975d |
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.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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue