From 49f54b45720a8056895070d5666dd09ceaad3eb7 Mon Sep 17 00:00:00 2001 From: Mahmoud Mohammed <62524855+mmsaeed509@users.noreply.github.com> Date: Mon, 21 Mar 2022 14:13:05 +0200 Subject: [PATCH] enable NumLock (Num pad) on startup enable NumLock (Num pad) on startup --- files/autostart | 3 +++ 1 file changed, 3 insertions(+) diff --git a/files/autostart b/files/autostart index 1e8f317..4a0a4a5 100755 --- a/files/autostart +++ b/files/autostart @@ -29,6 +29,9 @@ bash ~/.config/openbox/polybar/launch.sh ## Notification Daemon exec dunst & +# enable num lock +numlockx & + ## Start Music Player Daemon exec mpd &