logo

dotfiles

My dotfiles, one branch per machine
commit: 5cfac95c722993204cb80e9204018a14852d9b29
parent: 7d73bb548736fd8800f32ee5f95ece51d35231fe
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed, 26 Jun 2019 05:21:00 +0200

.profile: Use custom layout

Diffstat:

M.profile7++++---
1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/.profile b/.profile @@ -44,12 +44,13 @@ export XDG_MUSIC_DIR="$HOME/Music" export XDG_RUNTIME_DIR="/tmp/$(id -u)-xdg_runtime_dir" mkdir -p "${XDG_RUNTIME_DIR}" -## XKB configuration (Wayland) +## XKB configuration (Wayland+xinit) #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" +export XKB_DEFAULT_VARIANT="lanodan,phonetic" +# grp:alt_shift_toggle conflicts with shift:both_capslock +export XKB_DEFAULT_OPTIONS="compose:menu,grp:alt_shift_toggle,terminate:ctrl_alt_bksp,keypad:pointerkeys,ctrl:nocaps,lv3:ralt_switch" ## Fuck off nvidia export VDPAU_DRIVER=radeonsi