update laptop config with bspwm

This commit is contained in:
ksyasuda
2021-12-06 15:40:50 -08:00
parent 542d007185
commit 664cacf190
4 changed files with 21 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env sh
#!/usr/bin/env bash
## Add this to your wm startup file.
@@ -6,7 +6,7 @@
killall -q polybar
# Wait until the processes have been shut down
while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done
while pgrep -u "$UID" -x polybar >/dev/null; do sleep 1; done
# polybar -c ~/i3/configs/config.ini main &
# polybar -c ~/SudacodeRice/polybar/config.ini main &