From d8e2532371b881e6fb75709c7dfcb4a60f71735c Mon Sep 17 00:00:00 2001 From: ewy1 Date: Thu, 20 Mar 2025 13:56:41 +0100 Subject: add compose key --- .config/sway/config.d/inputs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.config/sway/config.d/inputs b/.config/sway/config.d/inputs index 900b061..e2a4c3e 100644 --- a/.config/sway/config.d/inputs +++ b/.config/sway/config.d/inputs @@ -1,4 +1,9 @@ +set $xkb_options compose:ralt input type:pointer { accel_profile flat pointer_accel 1 } + +input type:keyboard { + xkb_options $xkb_options +} -- cgit v1.3