From 2a2f733090cf1b8a934ac8b307a7613bd1a9e12c Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Tue, 12 Jul 2022 14:20:57 +0200 Subject: [PATCH] openbox: set background No background at all can cause issue with multiple screen --- .config/openbox/autostart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/openbox/autostart b/.config/openbox/autostart index d1b7c35..d03ecba 100755 --- a/.config/openbox/autostart +++ b/.config/openbox/autostart @@ -18,6 +18,8 @@ numlockx& #nm-applet --sm-disable & #ssh-add ~/.ssh/cloug.pem #gnome-terminal -e "ssh-add" & +#display background +xsetroot -solid "#333333"& sleep 1 && /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & #gnome-terminal --tab -e "/usr/bin/autossh -M 0 -NR 2222:localhost:22 -o \"ServerAliveInterval 45\" -o \"ServerAliveCountMax 2\" mathieu@mathux.org" & # you could list device with `xinput list` and there associated props with `xinput list-props "DEVICE NAME or ID"`