LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Arch (https://www.linuxquestions.org/questions/arch-29/)
-   -   Fluxbox - adding startup applications (https://www.linuxquestions.org/questions/arch-29/fluxbox-adding-startup-applications-846700/)

gunzzz5930 11-26-2010 08:40 AM

Fluxbox - adding startup applications
 
This is my /.fluxbox/startup file

Quote:

#!/bin/sh
#
# fluxbox startup-script:
#
# Lines starting with a '#' are ignored.

# Change your keymap:
xmodmap "/home/kuwalla/.Xmodmap"

# Applications you want to run with fluxbox.
# MAKE SURE THAT APPS THAT KEEP RUNNING HAVE AN ''&'' AT THE END.
#
# unclutter -idle 2 &
# wmnd &
# wmsmixer -w &
# idesk &

# And last but not least we start fluxbox.
# Because it is the last app you have to run it with ''exec'' before it.

exec fluxbox
# or if you want to keep a log:
# exec fluxbox -log "/home/kuwalla/.fluxbox/log"
conky &
avant-window-navigator &
Just added two lines but wont work:
Quote:

conky &
avant-window-navigator &
A little help here plz.. Thx..


MORE POWER LNXQ!!!

barriehie 11-26-2010 09:00 AM

exec fluxbox has to be at the end:
Code:

conky &
avant-window-navigator &

# or if you want to keep a log:
# exec fluxbox -log "/home/kuwalla/.fluxbox/log"
exec fluxbox



All times are GMT -5. The time now is 06:06 PM.