Merge branch 'arch' into gentoo

This commit is contained in:
ItsDrike 2021-08-16 02:00:52 +02:00
commit a7256f7bd6
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD
2 changed files with 73 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 &