1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

Enable compose key

This commit is contained in:
Kierán Meinhardt
2019-01-31 20:05:02 +01:00
parent 1f5460d4ca
commit 4ebf6faf8b
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
enable = true;
layout = commaSep [ "de" "gr" "ru" ];
xkbVariant = commaSep [ "T3" "polytonic" "phonetic_winkeys" ];
xkbOptions = commaSep [ "terminate:ctrl_alt_bksp" "grp:alt_shift_toggle" ];
xkbOptions = commaSep [ "compose:caps" "terminate:ctrl_alt_bksp" "grp:win_space_toggle" ];
libinput.enable = true;
xautolock = {
enable = true;