diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-10-19 17:04:47 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-10-19 17:04:47 +0200 |
commit | 424863853871e80fad1b639d8e5d14832172f175 (patch) | |
tree | e4310d773c0b4331ea88099fb67a2443914e9ee6 /.config/hypr | |
parent | 1aa59f16f6a0a895d463ea6066ffba92b510be2d (diff) |
Hyprland: Configure compose and lv3 again
Diffstat (limited to '.config/hypr')
-rw-r--r-- | .config/hypr/hyprland.conf.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.config/hypr/hyprland.conf.in b/.config/hypr/hyprland.conf.in index 9713617..588306c 100644 --- a/.config/hypr/hyprland.conf.in +++ b/.config/hypr/hyprland.conf.in @@ -16,9 +16,7 @@ input { follow_mouse = 1 kb_layout = mango, mango, us kb_variant = basic, german, basic - kb_options = lv3:ralt_switch_multikey - # kb_options = lv3:lalt_switch,compose:ralt - # kb_options = lv3:ralt_switch_multikey + kb_options = lv3:switch,compose:ralt repeat_delay = 360 # 180 repeat_rate = 35 sensitivity = 0.8 |