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