From d226c516a21196dee1494c5296195c56fdf51178 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 1 Jun 2025 14:26:40 +0200 Subject: [PATCH] Move compose key setting to the right place --- config/hypr/hyprland.conf | 2 +- default/hypr/envs.conf | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index 3a8d7d0..d810fb8 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -150,7 +150,7 @@ input { kb_layout = us kb_variant = kb_model = - kb_options = + kb_options = compose:caps kb_rules = follow_mouse = 1 diff --git a/default/hypr/envs.conf b/default/hypr/envs.conf index e2a3b9f..86ca07f 100644 --- a/default/hypr/envs.conf +++ b/default/hypr/envs.conf @@ -24,4 +24,3 @@ env = XDG_DATA_DIRS,/usr/share:/usr/local/share:~/.local/share # Use XCompose file env = XCOMPOSEFILE,~/.XCompose -env = XKB_OPTIONS,compose:caps