summaryrefslogtreecommitdiff
path: root/.config/openbox/autostart
diff options
context:
space:
mode:
Diffstat (limited to '.config/openbox/autostart')
-rwxr-xr-x.config/openbox/autostart9
1 files changed, 9 insertions, 0 deletions
diff --git a/.config/openbox/autostart b/.config/openbox/autostart
new file mode 100755
index 0000000..3486175
--- /dev/null
+++ b/.config/openbox/autostart
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+# Polybar is starting when .xprofile is sourced,
+# but in that case workspaces module won't start
+# for openbox. This is dirty hack, but I don't
+# need to change .xprofile
+killall -q polybar
+
+polybar example &