update hostname
This commit is contained in:
parent
a37bf5ae82
commit
5060ed6282
10
xinitrc
10
xinitrc
|
@ -78,9 +78,17 @@ export XCURSOR_PATH=""
|
|||
|
||||
_host=$(hostname)
|
||||
case "$_host" in
|
||||
Patricia)
|
||||
MachineOne)
|
||||
barriers --no-tray --debug ERROR --name Patricia -c ~/.config/barrier/barrier.conf --address 192.168.8.10:24800 &
|
||||
;;
|
||||
MachineTwo)
|
||||
# nvidia drivers xrandr settings
|
||||
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 &
|
||||
;;
|
||||
Pamela)
|
||||
# nvidia drivers xrandr settings
|
||||
xrandr --dpi 96
|
||||
|
|
Loading…
Reference in New Issue