The i3 FAQ has migrated to https://github.com/i3/i3/discussions. All content here is read-only.
Ask Your Question
1

xmodmap and xcape not loading on start up

asked Nov 16 '14

nielsk gravatar image

updated Nov 17 '14

Adaephon gravatar image

I load xmodmap and xcape via exec on startup

exec_always --no-startup-id "xmodmap /home/nik/.xmodmap"

(I tried it with and without ")

exec_always --no-startup-id xcape

.xmodmap:

keycode 66 = Control_L
clear lock
add Control = Control_L

But they do not load. When I reload the config though, it works. I see no errors in .xsession-errors and the i3-log doesn't have errors either.

Comments

I just realized that [Using setxkbmap to disabple CapsLock](https://faq.i3wm.org/question/5606/using-setxkbmap-to-disabple-capslock/) may be a duplicate of this question. Please see the comments there for a possible solution.

Adaephon gravatar imageAdaephon (Jul 13 '15)edit

1 answer

Sort by » oldest newest most voted
0

answered Jul 10 '15

I had the same problem and found after some experimentation that adding a sleep solves the problem -- so it's probably some initialization problem :-/

Question Tools

Stats

Asked: Nov 16 '14

Seen: 1,516 times

Last updated: Jul 10