summaryrefslogtreecommitdiff
path: root/.config/openbox/autostart
diff options
context:
space:
mode:
authorAndrew <saintruler@gmail.com>2020-07-17 13:49:06 +0400
committerAndrew <saintruler@gmail.com>2020-07-17 13:49:06 +0400
commit424f233a504495ddf1bb80cbfdc8021bab531b57 (patch)
tree162891fadc7930ae2e30bbf4d342d2b238924321 /.config/openbox/autostart
parent9183013b850a4807e37576e7949ab77f4ef64c6e (diff)
Added openbox config and changed .profile to load window manager when sourced on tty1
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 &