From 53ed0e4c355ad02a334e95a929ca2d4fcf0c9bb0 Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Fri, 28 May 2021 12:20:56 +0200 Subject: [PATCH] openbox: autostart more possibilities --- .config/openbox/autostart | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/openbox/autostart b/.config/openbox/autostart index c96c656..9f0b061 100755 --- a/.config/openbox/autostart +++ b/.config/openbox/autostart @@ -1,10 +1,11 @@ tint2 & #yakuake & #wicd-client -t& -xchat --minimize=1 & +#xchat --minimize=1 & #pidgin & #evolution & conky & +#use udevil instead #/usr/lib/gnome-volume-manager/gnome-volume-manager --sm-disable & gnome-screensaver& #notification @@ -17,3 +18,4 @@ numlockx& #ssh-add ~/.ssh/cloug.pem #gnome-terminal -e "ssh-add" & 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" &