From fd1646bb0d8bca44f263717ec63268947af1386c Mon Sep 17 00:00:00 2001 From: srdusr Date: Mon, 11 Sep 2023 21:08:20 +0200 Subject: Add setxkbmap --- .config/X11/.xprofile | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.config/X11') diff --git a/.config/X11/.xprofile b/.config/X11/.xprofile index 4adba0b..939b7e1 100644 --- a/.config/X11/.xprofile +++ b/.config/X11/.xprofile @@ -6,6 +6,10 @@ # Xbindkeys xbindkeys -f "$XDG_CONFIG_HOME"/X11/xbindkeysrc +# XKB +setxkbmap -print | xkbcomp -I$HOME/.config/xkb - $DISPLAY + + #export XAUTHORITY="$XDG_RUNTIME_DIR/.Xauthority" # This line will break some DMs. export USERXSESSION="$XDG_CACHE_HOME/X11/xsession" export USERXSESSIONRC="$XDG_CACHE_HOME/X11/xsessionrc" -- cgit v1.2.3