feat(autostart): set numlock

This commit is contained in:
xeals 2019-01-18 10:31:16 +11:00
parent fdcffa9650
commit 3ee9ce2897

View File

@ -36,6 +36,7 @@
(async "tpset \"Natural Scrolling\" 1" (cb "tpset"))
(async "tpset \"Tapping\" 1" (cb "tpset"))
(spawn "setxkbmap -option caps:ctrl_modifier")
(spawn "numlockx on")
(async (.. "feh --bg-fill " beautiful.wallpaper) (cb "feh"))