Set capslock as compose key
This commit is contained in:
parent
c0b914a8a9
commit
72c83dd25b
3 changed files with 3 additions and 3 deletions
|
|
@ -1 +1 @@
|
||||||
Updated flake
|
Set capslock as compose key
|
||||||
|
|
|
||||||
|
|
@ -242,7 +242,7 @@ in
|
||||||
ids = [ "*" ];
|
ids = [ "*" ];
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
[main]
|
[main]
|
||||||
capslock = layer(capslock)
|
capslock = overload(capslock, capslock)
|
||||||
|
|
||||||
[capslock]
|
[capslock]
|
||||||
h = left
|
h = left
|
||||||
|
|
|
||||||
|
|
@ -991,7 +991,7 @@
|
||||||
"kwinrc"."Wayland"."InputMethod" = "/run/current-system/sw/share/applications/com.github.maliit.keyboard.desktop";
|
"kwinrc"."Wayland"."InputMethod" = "/run/current-system/sw/share/applications/com.github.maliit.keyboard.desktop";
|
||||||
"kwinrc"."Xwayland"."Scale" = 1;
|
"kwinrc"."Xwayland"."Scale" = 1;
|
||||||
"kwinrc"."org.kde.kdecoration2"."ButtonsOnRight" = "HBFIAX";
|
"kwinrc"."org.kde.kdecoration2"."ButtonsOnRight" = "HBFIAX";
|
||||||
"kxkbrc"."Layout"."Options" = "compose:ralt";
|
"kxkbrc"."Layout"."Options" = "compose:ralt,compose:caps";
|
||||||
"kxkbrc"."Layout"."ResetOldOptions" = true;
|
"kxkbrc"."Layout"."ResetOldOptions" = true;
|
||||||
"plasma-localerc"."Formats"."LANG" = "en_US.UTF-8";
|
"plasma-localerc"."Formats"."LANG" = "en_US.UTF-8";
|
||||||
"plasma-localerc"."Formats"."LC_ADDRESS" = "en_US.UTF-8";
|
"plasma-localerc"."Formats"."LC_ADDRESS" = "en_US.UTF-8";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue