mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-06-29 12:10:42 +00:00
Always enable numlock
This commit is contained in:
parent
8effc29a97
commit
bfebb33b29
3 changed files with 75 additions and 1 deletions
|
@ -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 &
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue