From 424f233a504495ddf1bb80cbfdc8021bab531b57 Mon Sep 17 00:00:00 2001 From: Andrew Date: Fri, 17 Jul 2020 13:49:06 +0400 Subject: Added openbox config and changed .profile to load window manager when sourced on tty1 --- .config/openbox/autostart | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 .config/openbox/autostart (limited to '.config/openbox/autostart') 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 & -- cgit v1.2.3