Turn on numlock on login

This commit is contained in:
pgrondek 2021-07-05 10:21:45 +02:00
parent ab2115ec53
commit effd8f96ae

View File

@ -13,6 +13,7 @@ if [[ "$DESKTOP_SESSION" = "dwm" ]]; then
redshift &
dwmstatus &
dunst &
numlockx on &
if test -f /usr/share/backgrounds/gnome/Road.jpg ; then
feh --bg-scale /usr/share/backgrounds/gnome/Road.jpg &