updated xprofile to set keyboard and ctrl/caps mapping with setxkbmap
This commit is contained in:
parent
5892a24f80
commit
e42713cc3e
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# keyboard layout
|
# keyboard layout
|
||||||
setxkbmap us &
|
setxkbmap -layout dvorak -options ctrl:nocaps &
|
||||||
|
|
||||||
# wallpaper
|
# wallpaper
|
||||||
nitrogen --restore &
|
nitrogen --restore &
|
||||||
@ -15,9 +15,6 @@ redshift-gtk -l 34.92866:138.59863 &
|
|||||||
# cursor
|
# cursor
|
||||||
xsetroot -cursor_name left_ptr
|
xsetroot -cursor_name left_ptr
|
||||||
|
|
||||||
# modmap because xinit won't do it
|
|
||||||
xmodmap -pke "$HOME"/.config/x11/.Xmodmap
|
|
||||||
|
|
||||||
# start thunar daemon so it doesn't take years to load
|
# start thunar daemon so it doesn't take years to load
|
||||||
thunar --daemon &
|
thunar --daemon &
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user