xmodmap: Change layout and disable xcape

Change layout so that instead of rebinding caps_lock, escape and ctrl_r
in a circle, the caps_lock key now just emulates escape. Caps_lock can now be
accessed by pressing both Shifts together.

Because of that xcape is disabled for now too. Not sure if I will keep
it this way.
Caps_lock is now triggered on every shift for a very small time too,
that is why the caps_lock binding is removed from the i3 config.
This commit is contained in:
2021-02-16 17:24:27 +01:00
parent 965e725bc2
commit 9c593f5e55
3 changed files with 6 additions and 14 deletions

View File

@@ -153,7 +153,6 @@ mode "resize" {
# back to normal: Enter or Escape
bindsym Return mode "default"
bindsym Caps_Lock mode "default"
bindsym Escape mode "default"
bindsym $mod+r mode "default"
}