kerry
Group: Members
Posts: 706
Joined: April 2006 |
|
Posted: Mar. 04 2008,13:16 |
|
yeap, not needed. i came up with the idea when i was using dsl, that dfm just annoyed the hell out of me. i'm back on debian know though and just took the idea further. i'm not really a icon person, but the kids want icons to click on. i also chose to keep it all in 1 file instead of including other files for convince.
on my other install i had separate setups/styles set up and just did this for commands->
<Program icon="jwm.png" label="JWM">cp -f ~/.jwm/jwm1 ~/.jwmrc</Program> <Program icon="kde.png" label="KDE">cp -f ~/.jwm/jwm2 ~/.jwmrc</Program> etc...
jwm1 would be for example stock jwm jwm2 would be a kde style look jwm3 would be a apple style look jwm4 would be a gnome style look etc...
i used names, for the example i'm just using "jwm#" you get the point, i could change everything with just a click.[CODE]
for you it would be easier in dsl, you just change jwmrc-style, i think it was.
|