fix bspwm screens, remove plug.vim and stdheader.vim from repo do download them from github

This commit is contained in:
2024-10-18 20:17:26 +02:00
parent 6e8a5117ab
commit a4020fd7bd
8 changed files with 39 additions and 3019 deletions

View File

@ -1,7 +1,7 @@
#! /bin/sh
if [ -f $HOME/.config/bspwm/host.sh ];then /bin/sh $HOME/.config/bspwm/host.sh;fi
if [ -f $HOME/.config/bspwm/screenlayout.sh ];then /bin/sh $HOME/.config/bspwm/screenlayout.sh ;fi
if [ -f $HOME/.config/bspwm/host.sh ];then /bin/sh $HOME/.config/bspwm/host.sh;fi
pgrep sxhkd > /dev/null || sxhkd &
pgrep polybar >/dev/null || polybar -q main -c "$HOME/.config/polybar/config.ini"&