Lerub
(usa Debian)
Enviado em 15/08/2012 - 17:06h
Olá! Desculpe-me a falta de ética, é que com pouco que conheço de Linux, fica difícil achar a resposta certa na pesquisa.
#!/bin/sh
#
# fluxbox startup-script:
#
# Lines starting with a '#' are ignored.
# Change your keymap:
xmodmap "/home/pangas/.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/pangas/.fluxbox/log"
OBS: Por causa d aminha irmã, pretendo deixar o lightdm iniciar auto., mas com a opção de finalizar o light e poder iniciar só o flux. Acontece que o flux age as vezes como o gerenciador padrão lightdm e assim os dois se "misturam".