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 4ccb25917b13dc8ee58d45b683f102d9a9698f30
parent ca184a3f9fa4173334123930fe52e48f6512950e
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Sat, 12 Jan 2019 20:54:35 +0100

Do not reassign right alt

Diffstat:
Mlinks/.Xmodmap | 2--
Mlinks/bin/keyboard-layout-switch.sh | 2+-
2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/links/.Xmodmap b/links/.Xmodmap @@ -12,11 +12,9 @@ ! Exchange Alt and Win remove mod1 = Alt_L -remove mod1 = Alt_R remove mod4 = Super_L add mod1 = Super_L add mod4 = Alt_L -add mod4 = Alt_R ! Exchange tilde and lesser/greater keycode 94 = grave asciitilde dead_grave dead_tilde grave asciitilde 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