keyboard layout switching in sway

This commit is contained in:
CherryKitten 2024-06-19 11:07:57 +02:00
parent d41383887d
commit b06a70f205
Signed by: sammy
GPG key ID: 98D8F75FB0658276
2 changed files with 2 additions and 3 deletions

View file

@ -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

View file

@ -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";