start xcompngr if installed
This commit is contained in:
parent
105be67b46
commit
9c4642ed82
7
xinitrc
7
xinitrc
|
@ -80,6 +80,11 @@ _host=$(hostname)
|
|||
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"
|
||||
fi
|
||||
;;
|
||||
MachineTwo)
|
||||
# nvidia drivers xrandr settings
|
||||
|
@ -91,8 +96,6 @@ case "$_host" in
|
|||
;;
|
||||
esac
|
||||
|
||||
# sleep 3; polybar-msg cmd hide &
|
||||
|
||||
bspwm
|
||||
|
||||
# if [ -f /usr/local/bin/start_dwm ] ; then
|
||||
|
|
Loading…
Reference in New Issue