replace bspwm focus flash with border flash
This commit is contained in:
parent
187a728616
commit
9fbcc551c3
5
xinitrc
5
xinitrc
|
@ -80,10 +80,7 @@ _host=$(hostname)
|
|||
case "$_host" in
|
||||
MachineOne)
|
||||
barriers --no-tray --debug ERROR --name MachineOne -c ~/.config/barrier/barrier.conf --address 192.168.8.10:24800 &
|
||||
if command -v xcompmgr ; then
|
||||
sleep 3 && xcompmgr -c -F -r0 &
|
||||
sleep 3 && "$HOME/.config/bspwm/focus_flash.sh" &
|
||||
fi
|
||||
sleep 3 && "$HOME/.config/bspwm/border_flash.sh" &
|
||||
;;
|
||||
MachineTwo)
|
||||
# nvidia drivers xrandr settings
|
||||
|
|
Loading…
Reference in New Issue