diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-05-05 10:48:41 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-05-05 10:48:41 +0200 |
| commit | 20b43fdd36cc797b1b8f4c3572c8686f3dee95b4 (patch) | |
| tree | cbb0e3b20cd92c8098594ef0731143f752389bfd /common/home/hyprland/default.nix | |
| parent | 4179f054a2d797e08cfddaaf2afbfef4b4059eef (diff) | |
add keyboard toggle
Diffstat (limited to 'common/home/hyprland/default.nix')
| -rw-r--r-- | common/home/hyprland/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/home/hyprland/default.nix b/common/home/hyprland/default.nix index 95ac423..8ddc0a4 100644 --- a/common/home/hyprland/default.nix +++ b/common/home/hyprland/default.nix @@ -141,7 +141,8 @@ }; input = { - kb_options = "caps:escape"; + kb_layout = "us,ch"; + kb_options = "caps:escape,grp:alt_space_toggle"; touchpad = { natural_scroll = true; |