fix(user/malte): compose key under hyprland

This commit is contained in:
Malte Tammena 2024-01-09 20:30:44 +01:00
parent 58bdd434cb
commit 8aebb6aa2d
2 changed files with 2 additions and 6 deletions

View file

@ -195,11 +195,7 @@ in {
# Use default US, so that games don't get too confused. But let me
# switch to a more comfortable workman layout!
keyboard = {
layout = "us,us";
variant = ",workman";
options = ["compose:rctrl" "grp:alt_space_toggle" "grp_led:caps"];
};
keyboard = null;
# Use some german units and formats but with the english language!
language = {

View file

@ -120,7 +120,7 @@
else if nixosConfig.networking.hostName == "murex-pecten"
then ''
kb_variant =
kb_options = compose:rwin
kb_options = compose:ralt
''
else ""
}