logo

dotfiles

My dotfiles, one branch per machine
commit: 6fdeb9675d5b40429619da3cdb6c20ab40aa40ff
parent: 3c4a2e22cbdb883edc8579399e53b3362b902b33
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri, 21 Jun 2019 06:10:49 +0200

.profile: Set XKB_DEFAULT_* for wayland

Diffstat:

M.profile7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/.profile b/.profile @@ -42,3 +42,10 @@ export XDG_VIDEOS_DIR="$HOME/Videos" export XDG_MUSIC_DIR="$HOME/Music" export XDG_RUNTIME_DIR="/tmp/$(id -u)-xdg_runtime_dir" mkdir -p "${XDG_RUNTIME_DIR}" + +## XKB configuration (Wayland) +#export XKB_DEFAULT_RULES="" +#export XKB_DEFAULT_MODEL="" +export XKB_DEFAULT_LAYOUT="us,ru" +export XKB_DEFAULT_VARIANT=",phonetic" +export XKB_DEFAULT_OPTIONS="compose:menu,grp:alt_shift_toggle"