dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit ca184a3f9fa4173334123930fe52e48f6512950e
parent 93511154c50f9100b68cb117b1bd19ba4f8aba35
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Sat, 12 Jan 2019 20:45:35 +0100

Do not call xmodmap after keyboard layout switch

Diffstat:
Mlinks/bin/keyboard-layout-switch.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/links/bin/keyboard-layout-switch.sh b/links/bin/keyboard-layout-switch.sh @@ -21,7 +21,7 @@ function set_language { if [ ! -f $layoutfile ]; then echo "us" > $layoutfile setxkbmap "$lang1" - xmodmap ~/.Xmodmap + #xmodmap ~/.Xmodmap #notify-send $LANG1 exit fi