diff --git a/module/autostart.fnl b/module/autostart.fnl index 28e8a69..a2b993a 100644 --- a/module/autostart.fnl +++ b/module/autostart.fnl @@ -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"))