summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rwxr-xr-x.config/bspwm/bspwmrc10
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc
index d8bfd0c..9feba3f 100755
--- a/.config/bspwm/bspwmrc
+++ b/.config/bspwm/bspwmrc
@@ -5,14 +5,14 @@
# and the kill doesn't ruin it.
pgrep -x sxhkd > /dev/null || setsid sxhkd &
-# This starts or restarts statusbar. Be careful
+# This starts or restarts panel. Be careful
# with pkill, if neither of these two programs have
# a 'setsid' prepended to their command, sxhdk wil crash.
-if [ $(pgrep -x statusbar | wc -l) = 1 ];then
- pkill -x statusbar
- statusbar &
+if [ $(pgrep -x panel | wc -l) = 1 ];then
+ pkill -x panel
+ panel &
else
- statusbar &
+ panel &
fi
# Multihead stuff.