You are not logged in.
I want to start command $xmodmap ~/.Xmodmap
befor kde4 starts, I am using KDM i tried System Setting >Advanced > autostart but there is no way to apply the setting "start before KDE"
all my key binding association vanishes after reboot
DELL XPS 1640 with ATI Mobility Radeon HD 3670. Arch Linux KDE Minimal Install
Offline
add "xmodmap ~/.Xmodmap" line to your .xinitrc
Offline
Are you sure?? In the 2 days, I used KDE4, I found this option in the kdesettings, I guess it was exactly the section you described here. Do you use KDE4 from [extra] or the KDEmod4?
Offline
I use KDEmod, but there is no way to start the commard befor KDE starts...sorry xinitrc doesn't work
DELL XPS 1640 with ATI Mobility Radeon HD 3670. Arch Linux KDE Minimal Install
Offline
Try linking .xprofile to point to the .xinitrc you created:
$ cd ~; ln -s .xinitrc .xprofileOnce I did that, it seemed to work just fine.
Offline
To run some kind of script before KDE starts just move this script to ~/.kde4/env. If env directory does not exist then just create it. Remember to chmod +x it ![]()
e.g. create xmod.sh in ~/.kde4/env
#!/bin/bash
xmodmap ~/.XmodmapLast edited by hash (2008-08-28 15:10:42)
Offline