From e791d1bd4db34e70cbdff8cf05869d479bfc109a Mon Sep 17 00:00:00 2001 From: Tobias Schmidl <5060861-schtobia@users.noreply.gitlab.com> Date: Fri, 19 Nov 2021 08:33:36 +0100 Subject: [PATCH] =?UTF-8?q?openbox:=20switched=20from=20lxde=20=E2=86=92?= =?UTF-8?q?=20lxqt,=20plank=20=E2=86=92=20latte-dock?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/openbox/autostart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/openbox/autostart b/.config/openbox/autostart index ed1a429..a78f49b 100755 --- a/.config/openbox/autostart +++ b/.config/openbox/autostart @@ -1,9 +1,9 @@ #! /bin/sh $HOME/.local/bin/autostart & sleep 5 -pcmanfm --desktop & +pcmanfm-qt --desktop & stalonetray & dunst & -xfce4-power-manager & -plank & +lxqt-powermanagement & +latte-dock & chrome --no-startup-window &