]> git.rmz.io Git - dotfiles.git/blob - xprofile.d/10-xkb.sh
xprofile: separate xprofile from xinit
[dotfiles.git] / xprofile.d / 10-xkb.sh
1 #!/usr/bin/env bash
2
3 xkb_file=default
4 [[ -f $XDG_CONFIG_HOME/xkb/$(hostname).xkb ]] && xkb_file=$(hostname)
5 xkbcomp -I$XDG_CONFIG_HOME/xkb $XDG_CONFIG_HOME/xkb/$xkb_file.xkb $DISPLAY