update hostnames
This commit is contained in:
parent
9c4642ed82
commit
74cedc4af1
11
xinitrc
11
xinitrc
|
@ -81,9 +81,8 @@ case "$_host" in
|
|||
MachineOne)
|
||||
barriers --no-tray --debug ERROR --name Patricia -c ~/.config/barrier/barrier.conf --address 192.168.8.10:24800 &
|
||||
if command -v xcompmgr ; then
|
||||
sleep 3 \
|
||||
&& xcompmgr -c -f -F -r0 \
|
||||
&& "$HOME/.config/bspwm/focus_flash.sh"
|
||||
sleep 3 && xcompmgr -c -f -F -r0 &
|
||||
sleep 3 && "$HOME/.config/bspwm/focus_flash.sh" &
|
||||
fi
|
||||
;;
|
||||
MachineTwo)
|
||||
|
@ -97,9 +96,3 @@ case "$_host" in
|
|||
esac
|
||||
|
||||
bspwm
|
||||
|
||||
# if [ -f /usr/local/bin/start_dwm ] ; then
|
||||
# exec /usr/local/bin/start_dwm
|
||||
# else
|
||||
# exec /usr/local/bin/dwm
|
||||
# fi
|
||||
|
|
Loading…
Reference in New Issue