[xinitrc] added resolution changes and improved keyboard language toggle
This commit is contained in:
parent
490c4e3bb8
commit
178339e02c
1 changed files with 10 additions and 3 deletions
13
.xinitrc
13
.xinitrc
|
@ -31,9 +31,16 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then
|
|||
unset f
|
||||
fi
|
||||
|
||||
setxkbmap -layout us,pt
|
||||
setxkbmap -option grp:alt_space_toggle
|
||||
setxkbmap -option caps:escape
|
||||
. $HOME/.local/bin/desktopres
|
||||
|
||||
|
||||
# Don't forget to run this command
|
||||
#localectl set-x11-keymap us,pt pc104 , grp:alt_space_toggle,caps:escape
|
||||
|
||||
# These are backup
|
||||
#setxkbmap -layout us,pt
|
||||
#setxkbmap -option grp:alt_space_toggle
|
||||
#setxkbmap -option caps:escape
|
||||
xset r rate 300 40
|
||||
|
||||
. $ZDOTDIR/.zshenv
|
||||
|
|
Loading…
Add table
Reference in a new issue