vincentbernat.i3wm-configur.../dotfiles/xkb/symbols/vbe
Vincent Bernat d85a504c53 Initial i3 configuration
This is derived from my Awesome configuration. Still a lot to do from
a WM perspective. The organization is a bit different and I am giving
it up on the per-display systemd units as it does not really work due
to the fact we only have one user DBus and one environment.
2021-07-04 08:38:39 +02:00

17 lines
459 B
Text

partial
xkb_symbols "pause" {
key <PAUS> {
[ XF86ScreenSaver, XF86ScreenSaver ]
};
};
partial modifier_keys alphanumeric_keys
xkb_symbols "x1gen2" {
key <LCTL> { [ Escape, Escape ] };
key <HOME> { [ Control_L, Control_L ] };
key <END> { [ Control_L, Control_L ] };
modifier_map Control { Control_L, <HOME>, <END> };
key <TLDE> { [ Insert, Insert ] };
key <ESC> { [ grave, asciitilde, dead_grave, dead_tilde ] };
};