fix(user/malte): compose key under hyprland
This commit is contained in:
parent
58bdd434cb
commit
8aebb6aa2d
|
@ -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 = {
|
||||
|
|
|
@ -120,7 +120,7 @@
|
|||
else if nixosConfig.networking.hostName == "murex-pecten"
|
||||
then ''
|
||||
kb_variant =
|
||||
kb_options = compose:rwin
|
||||
kb_options = compose:ralt
|
||||
''
|
||||
else ""
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue