Discussion:
[tabbed] Autostarting apps
Tadeusz Sośnierz
2009-11-04 12:34:07 UTC
Permalink
Hello,
Any idea how to achieve this? I'd really like to make it start an
instance of surf on startup, I believe this will need some nice patch.
Any idea anyone?

Regards,
Ted
--
===========================================================
() ascii ribbon campaign - against html e-mail
/\ www.asciiribbon.org - against proprietary attachments
Enno Boland (Gottox)
2009-11-04 14:12:33 UTC
Permalink
cat > $HOME/bin/browser
#!/bin/sh
tabbed=`tabbed -d`
surf -e $tabbed "$@" &
^D
browser

regards
Post by Tadeusz Sośnierz
Hello,
Any idea how to achieve this? I'd really like to make it start an
instance of surf on startup, I believe this will need some nice patch.
Any idea anyone?
Regards,
Ted
--
===========================================================
()  ascii ribbon campaign - against html e-mail
/\  www.asciiribbon.org   - against proprietary attachments
Tadeusz Sośnierz
2009-11-04 13:15:33 UTC
Permalink
Better than patching. Kind thanks.
Regards,
Ted
Post by Enno Boland (Gottox)
cat > $HOME/bin/browser
#!/bin/sh
tabbed=`tabbed -d`
^D
browser
regards
Post by Tadeusz Sośnierz
Hello,
Any idea how to achieve this? I'd really like to make it start an
instance of surf on startup, I believe this will need some nice patch.
Any idea anyone?
Regards,
Ted
Continue reading on narkive:
Loading...