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.fwupd.enable = true;
|
||||||
|
|
||||||
services.xserver.xkb.layout = lib.mkForce "us";
|
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; [
|
users.users.sammy.packages = with pkgs; [
|
||||||
picard
|
picard
|
||||||
|
|
|
@ -85,8 +85,8 @@
|
||||||
|
|
||||||
input = {
|
input = {
|
||||||
"*" = {
|
"*" = {
|
||||||
xkb_layout = "de";
|
xkb_layout = "us,de";
|
||||||
xkb_options = "caps:escape";
|
xkb_options = "caps:escape,grp:rctrl_toggle";
|
||||||
};
|
};
|
||||||
"type:touchpad" = {
|
"type:touchpad" = {
|
||||||
tap = "enabled";
|
tap = "enabled";
|
||||||
|
|
Loading…
Add table
Reference in a new issue