mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-06 08:14:20 +02:00
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.
10 lines
328 B
Text
10 lines
328 B
Text
# -*- conf -*-
|
|
|
|
# Configuration for thinkpad extra buttons
|
|
xkb_keymap {
|
|
xkb_keycodes { include "evdev+aliases(qwerty)" };
|
|
xkb_types { include "complete" };
|
|
xkb_compat { include "complete" };
|
|
xkb_symbols { include "pc+us+inet(evdev)" };
|
|
xkb_geometry { include "pc(pc105)" };
|
|
};
|