1

Home: Set xwayland keymap manually

This commit is contained in:
2025-06-04 16:06:38 +02:00
parent 3dbb6d261f
commit 43bb93141a
2 changed files with 3 additions and 3 deletions

View File

@ -89,9 +89,6 @@ rec {
autostart = {
immediate = [
# "dbus-update-activation-environment DISPLAY"
# "dbus-update-activation-environment WAYLAND_DISPLAY"
# "dbus-update-activation-environment XDG_CURRENT_DESKTOP"
];
delayed = [

View File

@ -118,6 +118,9 @@
"wl-paste -p -t text --watch clipman store -P --histpath=\"~/.local/share/clipman-primary.json\""
"hyprctl setcursor Bibata-Modern-Classic 16"
# NOTE: Hack because Hyprland doesn't set the xwayland/x11 keymap correctly
"setxkbmap -layout ${hyprland.kb-layout} -variant ${hyprland.kb-variant} -model pc104"
# Provide a polkit authentication UI.
# This is used for example when running systemd commands without root.
"${pkgs.kdePackages.polkit-kde-agent-1}/libexec/polkit-kde-authentication-agent-1"