Fix several issues related to fresh install

This commit is contained in:
Dave Gallant
2020-07-18 22:40:38 +00:00
parent c9ec7fdfe3
commit d4c2e3d2cf
3 changed files with 18 additions and 4 deletions

View File

@@ -1,9 +1,10 @@
#!/usr/bin/env bash
p='picom sxhkd polybar'
p='picom sxhkd polybar dunst'
for i in $p; do pkill "$i"; done
sxhkd &
dunst &
monitors=$(xrandr | grep -swc 'connected')