update
This commit is contained in:
parent
88dc069023
commit
0d24d69a62
6
xinitrc
6
xinitrc
|
@ -80,8 +80,8 @@ export XCURSOR_PATH=""
|
|||
_host=$(hostname)
|
||||
case "$_host" in
|
||||
MachineOne)
|
||||
# barriers --no-tray --debug ERROR --name MachineOne -c ~/.config/barrier/barrier.conf --address 192.168.8.10:24800 &
|
||||
sleep 3 && "$HOME/.config/bspwm/border_flash.sh" &
|
||||
barriers --no-tray --debug ERROR --name MachineOne -c ~/.config/barrier/barrier.conf --disable-crypto --disable-client-cert-checking --address 192.168.0.10:24800 &
|
||||
sleep 3 && "$HOME/.config/bspwm/border_flash.sh" &
|
||||
;;
|
||||
MachineTwo)
|
||||
# nvidia drivers xrandr settings
|
||||
|
@ -90,6 +90,6 @@ case "$_host" in
|
|||
;;
|
||||
esac
|
||||
|
||||
xsetroot -solid "#$(openssl rand -hex 3)"
|
||||
xsetroot -solid "#$(openssl rand -hex 3)" &
|
||||
|
||||
bspwm
|
||||
|
|
Loading…
Reference in New Issue