mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
added keymap to bashrc and changed layout binding to V
This commit is contained in:
parent
4a084542e4
commit
9134d9f88f
2
.bashrc
2
.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/.shortcuts" ] && source "$HOME/.shortcuts" # Load shortcut aliases
|
||||||
[ -f "$HOME/.aliasrc" ] && source "$HOME/.aliasrc"
|
[ -f "$HOME/.aliasrc" ] && source "$HOME/.aliasrc"
|
||||||
|
|
||||||
|
setxkbmap se us
|
||||||
|
|||||||
@ -415,4 +415,4 @@ bindsym XF86Documents exec $term -e $FILE ~/Documents
|
|||||||
bindsym XF86WLAN exec $netrefresh
|
bindsym XF86WLAN exec $netrefresh
|
||||||
|
|
||||||
# more?
|
# more?
|
||||||
bindsym $mod+Shift+v layout toggle all
|
bindsym $mod+Shift+V layout toggle all
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user