diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-09-11 21:08:20 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-09-11 21:08:20 +0200 |
| commit | fd1646bb0d8bca44f263717ec63268947af1386c (patch) | |
| tree | c1c5e575583d21e781b5b2e86240ba432c20e0a7 /.config | |
| parent | d4d17d03b34e3bafa8e5011795ec5c55817924cc (diff) | |
| download | dotfiles-fd1646bb0d8bca44f263717ec63268947af1386c.tar.gz dotfiles-fd1646bb0d8bca44f263717ec63268947af1386c.zip | |
Add setxkbmap
Diffstat (limited to '.config')
| -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" |
