diff options
-rwxr-xr-x | .config/shell/profile | 2 | ||||
-rwxr-xr-x | .local/bin/layouthandler | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/.config/shell/profile b/.config/shell/profile index 06285ad..4baeb93 100755 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -25,7 +25,7 @@ export CARGO_HOME="${XDG_DATA_HOME:-$HOME/.local/share}/cargo" export GOPATH="${XDG_DATA_HOME:-$HOME/.local/share}/go" export HISTFILE="${XDG_DATA_HOME:-$HOME/.local/share}/history" export LESSHIST="-" -export ALT_KB_LAYOUT="sv" +export ALT_KB_LAYOUT="se" # Other program settings: export FZF_DEFAULT_OPTS="--layout=reverse --height 40%" diff --git a/.local/bin/layouthandler b/.local/bin/layouthandler index 3f8e74e..0596799 100755 --- a/.local/bin/layouthandler +++ b/.local/bin/layouthandler @@ -2,7 +2,6 @@ layout="$(setxkbmap -query | awk '$1 ~ /layout/ { print $2 }')" alt_layout=${ALT_KB_LAYOUT?Alternative layout not set!} -echo "$alt_layout" case $layout in en_US) |