added keymap to bashrc and changed layout binding to V

This commit is contained in:
Richard 2019-02-03 22:56:21 +01:00 committed by richard134
parent 96d501963f
commit 13f898792a
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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