Add better laptop support

This commit is contained in:
davidovki 2023-03-01 00:15:29 +00:00
parent 1e137b842f
commit 51292e49bb
14 changed files with 30 additions and 25 deletions

View file

@ -10,6 +10,7 @@ xsetroot -cursor_name left_ptr &
xrdb ~/.Xdefaults
pgrep -x sxhkd > /dev/null || sxhkd &
pgrep -x picom > /dev/null || picom &
pgrep -x xss-lock > /dev/null || xss-lock slock &
pgrep -x bg.sh > /dev/null || $HOME/.scripts/bg.sh > /dev/null &