diff options
Diffstat (limited to '.config/X11')
| -rw-r--r-- | .config/X11/.xprofile | 4 |
1 files changed, 4 insertions, 0 deletions
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" |
