Commit Graph

6 Commits

Author SHA1 Message Date
a9debfe7cd X11: Add keyboard definition for alt-intl-unicode
Use keyboard variant `alt-intl-unicode` of the `us` layout.

Also directly use the option to switch caps and escape instead of doing
it via Xmodmap.
2022-06-23 23:58:54 +02:00
9aab0af109 X11:xmodmap: Keep Caps_Lock on Shift+Caps
Remove other Caps_Lock binding.
2022-01-24 13:20:30 +01:00
376c8b6315 X11:xmodmap: Fix ISO US layout 2021-04-08 18:42:13 +02:00
4ebf907c7d X11:xmodmap: Add mode_switch to caps_lock binding 2021-02-18 02:18:45 +01:00
9c593f5e55 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.
2021-02-16 17:24:27 +01:00
druckdev
08c5c66e1e X11: Move pieces from i3 and zshenv into xinitrc
Move everything that is desirable independent of the WM or shell into
xinitrc.
Move .Xresources and .Xmodmap into .config/X11.
Remove all unneeded GNOME bits from i3 config.
Make compositor launch script portable.
Add locker symlink and launch.sh similar to the compositor.
2020-10-31 22:33:26 +01:00