From 3de2de3952496ff1951e3e53127039667a02ea19 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Wed, 4 Jun 2025 16:06:38 +0200 Subject: [PATCH] Home: Set xwayland keymap manually --- home/christoph/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/home/christoph/default.nix b/home/christoph/default.nix index 5378a29d..99c84ba8 100644 --- a/home/christoph/default.nix +++ b/home/christoph/default.nix @@ -89,9 +89,8 @@ rec { autostart = { immediate = [ - # "dbus-update-activation-environment DISPLAY" - # "dbus-update-activation-environment WAYLAND_DISPLAY" - # "dbus-update-activation-environment XDG_CURRENT_DESKTOP" + # NOTE: Hack because Hyprland doesn't set the xwayland/x11 keymap correctly + "setxkbmap -layout us -variant altgr-intl -model pc104" ]; delayed = [