Home: Set xwayland keymap manually
This commit is contained in:
@ -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 = [
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user