Hi all,
Is there a resource file for the KDE window manager?
An example is, for CDE (as in HPUX and other Unix based platforms), there is a "dtwmrc" file where I can add/remove items. This is part of the source file:
### Root Menu Description ###
Menu DtRootMenu
{
"Workspace Menu" f.title
"Refresh" f.refresh
no-label f.separator
"Mozilla" f.exec "/opt/mozilla/bin/mozilla&"
"CDWrite" f.exec "/opt/OpenSource/bin/xcdroast&"
"Xcapture" f.exec "/opt/screencapture/bin/capture&"
"xv" f.exec "/usr/contrib/bin/X11/xv&"
"vfp1" f.exec "/home/agenol/.win&"
"New Window" f.exec "/usr/dt/bin/dtterm &"
"Calculator" f.exec "/usr/dt/bin/dtcalc &"
"File Manager" f.exec "/usr/dt/bin/dtfile &"
"NotePad" f.exec "/usr/dt/bin/dtpad"
no-label f.separator
no-label f.separator
"Telnets" f.menu Telnets
no-label f.separator
no-label f.separator
"Restart dtwmrc" f.restart
"Shuffle Up" f.circle_up
"Shuffle Down" f.circle_down
"Log out..." f.action ExitSession
no-label f.separator
}
Is there one for kde?
I'd like to customize my X enviornment, but cant find where to do so.
Thanks again and enjoy your weekends!
Agenol