humpty
Group: Members
Posts: 655
Joined: Sep. 2005 |
|
Posted: April 15 2006,07:00 |
|
Quote (dmizzel @ April 08 2006,01:43) | e_bachmann,
Can you elaborate please? Where do I put that? |
- add this to /opt/powerdown.sh (before the filetool line)
Code Sample | # save volume settings /usr/local/bin/umix -s -f /home/dsl/.umix.sav
|
- and this to /home/dsl/.xinitrc (after docked.lua line)
Code Sample | # restore volume settings sleep 1 /usr/local/bin/umix -l -f /home/dsl/.umix.sav &
|
Edit: Apparently docked.lua is the culprit. it's read-only so this is the only ugly fix I know, and only works for fluxbox.
|