summaryrefslogtreecommitdiff
path: root/.config/openbox/autostart
blob: 2a75664a39e68c2d74ce8ceb671e662a68e0d99c (plain)
1
2
3
4
5
6
7
8
9
10
#!/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 &
XDG_SESSION_TYPE=x11 plank &