From cf4d85d19a3f4087670340fc3ed8deb6a761ad7f Mon Sep 17 00:00:00 2001 From: Christian Ott Date: Sun, 2 Jun 2024 22:09:55 +0200 Subject: [PATCH] enable compose key --- hyperland/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hyperland/default.nix b/hyperland/default.nix index 1907d9b..a218bbd 100644 --- a/hyperland/default.nix +++ b/hyperland/default.nix @@ -114,6 +114,10 @@ in wayland.windowManager.hyprland.settings = { "$mod" = "SUPER"; + + input = { + kb_options = "compose:rctrl"; + }; exec-once = [ "dunst" "waybar"