summaryrefslogtreecommitdiff
path: root/common/home/hyprland
diff options
context:
space:
mode:
Diffstat (limited to 'common/home/hyprland')
-rw-r--r--common/home/hyprland/default.nix3
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;