diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-14 23:18:59 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-14 23:18:59 +0100 |
commit | 4896d47c300ef3efdf3c956e72508d3c1ffcffa4 (patch) | |
tree | 04b766e985e628d17e94252da597c68d93b6131e | |
parent | 571b321108cd9ac2d49cf1aa02095ba7ba95d073 (diff) |
Update sv to se, remove echo
-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) |