feat(desktop): Type parentheses the Lisp-machine way
https://www.reddit.com/r/lisp/comments/78tx8f/typing_parentheses_the_lisp_machine_way/
This commit is contained in:
parent
568c4cc115
commit
d68582360a
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ in {
|
||||||
services.xserver = {
|
services.xserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
layout = "us,no";
|
layout = "us,no";
|
||||||
xkbOptions = "caps:super, grp:shifts_toggle";
|
xkbOptions = "caps:super, grp:shifts_toggle, parens:swap_brackets";
|
||||||
|
|
||||||
# Give EXWM permission to control the session.
|
# Give EXWM permission to control the session.
|
||||||
displayManager.sessionCommands = "${pkgs.xorg.xhost}/bin/xhost +SI:localuser:$USER";
|
displayManager.sessionCommands = "${pkgs.xorg.xhost}/bin/xhost +SI:localuser:$USER";
|
||||||
|
|
Loading…
Reference in a new issue