Tagged Questions
7
votes
3answers
3k views
Why won't my xmodmap command run on startup/login?
I want to run this command every time I log in (or every time I start up, if that doesn't work): xmodmap -e 'keysym Delete = Menu' -e 'keysym Menu = Delete'
I've tried many things. I put the command ...