Always enable numlock

This commit is contained in:
ItsDrike 2021-08-16 02:00:24 +02:00
parent 8effc29a97
commit bfebb33b29
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD
3 changed files with 75 additions and 1 deletions

View file

@ -23,11 +23,14 @@ nm-applet &
# Run trayer-srg for systemtray bar
# if installed normally, use `trayer`, not `trayer-srg` command
trayer-srg --monitor 0 --edge top --align right --widthtype request --padding 0 --transparent true --tint 0x282c34 --alpha 0 --height 23 &
trayer --monitor 0 --edge top --align right --widthtype request --padding 0 --transparent true --tint 0x282c34 --alpha 0 --height 23 &
# AppArmor notifications
aa-notify -p &
# Enable numlock with numlockx
numlockx &
# Run emacs daemon
#emacs --daemon &