From 3ee9ce28977503c9a9e579477d999791fe784d44 Mon Sep 17 00:00:00 2001 From: xeals Date: Fri, 18 Jan 2019 10:31:16 +1100 Subject: [PATCH] feat(autostart): set numlock --- module/autostart.fnl | 1 + 1 file changed, 1 insertion(+) 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"))