From 13f898792ab20cb6f080e40b9cda1c77e7181b6a Mon Sep 17 00:00:00 2001 From: Richard Date: Sun, 3 Feb 2019 22:56:21 +0100 Subject: [PATCH] added keymap to bashrc and changed layout binding to V --- .bashrc | 2 ++ .config/i3/config | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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