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

Toggle keyboard with both control keys

This commit is contained in:
Kierán Meinhardt
2019-01-31 23:39:09 +01:00
parent 9467161729
commit 10e1b32dc3
4 changed files with 1 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 [ "compose:caps" "terminate:ctrl_alt_bksp" "grp:win_space_toggle" ];
xkbOptions = commaSep [ "compose:caps" "terminate:ctrl_alt_bksp" "grp:ctrls_toggle" ];
libinput.enable = true;
xautolock = {
enable = true;