aboutsummaryrefslogtreecommitdiff
path: root/.config/X11
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2023-09-11 21:08:20 +0200
committersrdusr <trevorgray@srdusr.com>2023-09-11 21:08:20 +0200
commitfd1646bb0d8bca44f263717ec63268947af1386c (patch)
treec1c5e575583d21e781b5b2e86240ba432c20e0a7 /.config/X11
parentd4d17d03b34e3bafa8e5011795ec5c55817924cc (diff)
downloaddotfiles-fd1646bb0d8bca44f263717ec63268947af1386c.tar.gz
dotfiles-fd1646bb0d8bca44f263717ec63268947af1386c.zip
Add setxkbmap
Diffstat (limited to '.config/X11')
-rw-r--r--.config/X11/.xprofile4
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"