diff --git a/.bashrc b/.bashrc index 85698659..6c1bc3c0 100644 --- a/.bashrc +++ b/.bashrc @@ -6,3 +6,5 @@ export PS1="\[$(tput bold)\]\[$(tput setaf 1)\][\[$(tput setaf 3)\]\u\[$(tput se [ -f "$HOME/.shortcuts" ] && source "$HOME/.shortcuts" # Load shortcut aliases [ -f "$HOME/.aliasrc" ] && source "$HOME/.aliasrc" + +setxkbmap se us diff --git a/.config/i3/config b/.config/i3/config index 32c0cc85..75f4094c 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -415,4 +415,4 @@ bindsym XF86Documents exec $term -e $FILE ~/Documents bindsym XF86WLAN exec $netrefresh # more? -bindsym $mod+Shift+v layout toggle all +bindsym $mod+Shift+V layout toggle all