1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11: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; enable = true;
layout = commaSep [ "de" "gr" "ru" ]; layout = commaSep [ "de" "gr" "ru" ];
xkbVariant = commaSep [ "T3" "polytonic" "phonetic_winkeys" ]; 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; libinput.enable = true;
xautolock = { xautolock = {
enable = true; enable = true;

View File

@@ -19,7 +19,6 @@
setopt MULTIOS setopt MULTIOS
setopt CORRECT setopt CORRECT
setopt AUTO_NAME_DIRS setopt AUTO_NAME_DIRS
setopt PUSHD_MINUS PUSHD_TO_HOME AUTO_PUSHD
export KEYTIMEOUT=1 export KEYTIMEOUT=1
bindkey -v bindkey -v
bindkey '^w' backward-kill-word bindkey '^w' backward-kill-word