mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
vanadium: set compose:ralt
I think þ is a cool character
This commit is contained in:
parent
405211ec2c
commit
00e0b5435e
1 changed files with 4 additions and 1 deletions
|
|
@ -16,7 +16,10 @@
|
||||||
|
|
||||||
services.xserver.xkb = {
|
services.xserver.xkb = {
|
||||||
layout = "myDvorak";
|
layout = "myDvorak";
|
||||||
options = "caps:swapescape";
|
options = builtins.concatStringsSep "," [
|
||||||
|
"caps:swapescape"
|
||||||
|
"compose:ralt"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
console.useXkbConfig = true;
|
console.useXkbConfig = true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue