Xmodmap autostart

Try this way:

mkdir -p ~/.config/autostart
tee ~/.config/autostart/xmodmap.desktop << "EOF" > /dev/null
[Desktop Entry]
Name=xmodmap
Exec=xmodmap -e "keycode 64 = Super_L"
Type=Application
EOF
2 Likes