On Tue, 19 Oct 2004 12:50:35 -0500, Ian Pilcher <i.pilcher@xxxxxxxxxxx> wrote: > I've got a series of xmodmap commands that I'd like to run when I log > on to my system (usually logging into KDE via GDM). Is there a script > that I can create in my home directory to do this? > Create the script file with all the commands in there (make sure you chmod u+x) and then go to Start Menu-> Preferences -> Sessions and at the Startup Session tab add a command that will run your script something like: ./script-name That should do the trick.