Set keyboard layout properly for PC
This commit is contained in:
parent
c81060660c
commit
a3ab908107
|
@ -3,8 +3,8 @@
|
|||
# Set desktop background
|
||||
command -v feh &1>/dev/null && feh --bg-scale $HOME/pix/wallpaper.jpg &
|
||||
|
||||
# Swap CAPSLOCK and Escape
|
||||
setxkbmap -option caps:swapescape gb &
|
||||
# Set keyboard map
|
||||
setxkbmap -option caps:swapescape 40percent &
|
||||
|
||||
# Run compositor
|
||||
picom --daemon
|
||||
|
|
Loading…
Reference in New Issue