* Re-enable ctrl-alt-backspace to kill the X server.
svn path=/nixos/trunk/; revision=23089
This commit is contained in:
parent
313629adcf
commit
5456815016
|
@ -220,7 +220,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
xkbOptions = mkOption {
|
xkbOptions = mkOption {
|
||||||
default = "";
|
default = "terminate:ctrl_alt_bksp";
|
||||||
example = "grp:caps_toggle, grp_led:scroll";
|
example = "grp:caps_toggle, grp_led:scroll";
|
||||||
description = ''
|
description = ''
|
||||||
X keyboard options; layout switching goes here.
|
X keyboard options; layout switching goes here.
|
||||||
|
|
Loading…
Reference in New Issue