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:
@@ -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;
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user