summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rwxr-xr-x.config/shell/profile2
1 files changed, 1 insertions, 1 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%"