keyboard layout switching in sway
This commit is contained in:
parent
d41383887d
commit
b06a70f205
2 changed files with 2 additions and 3 deletions
|
@ -28,7 +28,6 @@
|
|||
services.fwupd.enable = true;
|
||||
|
||||
services.xserver.xkb.layout = lib.mkForce "us";
|
||||
home-manager.users.sammy.wayland.windowManager.sway.config.input."*".xkb_layout = lib.mkForce "us";
|
||||
|
||||
users.users.sammy.packages = with pkgs; [
|
||||
picard
|
||||
|
|
|
@ -85,8 +85,8 @@
|
|||
|
||||
input = {
|
||||
"*" = {
|
||||
xkb_layout = "de";
|
||||
xkb_options = "caps:escape";
|
||||
xkb_layout = "us,de";
|
||||
xkb_options = "caps:escape,grp:rctrl_toggle";
|
||||
};
|
||||
"type:touchpad" = {
|
||||
tap = "enabled";
|
||||
|
|
Loading…
Reference in a new issue