mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
profile: check for existence of numlockx
This commit is contained in:
parent
f17b8ee1df
commit
556deb069f
@ -21,7 +21,9 @@ PATH=$(echo "$PATH" | awk -v RS=':' -v ORS=":" '!a[$1]++{if (NR > 1) printf ORS;
|
||||
ulimit -c unlimited
|
||||
|
||||
# Numlock on at boot
|
||||
numlockx on
|
||||
if hash numlockx 2>/dev/null; then
|
||||
numlockx on
|
||||
fi
|
||||
|
||||
# Workaround disappearing cursors, probably no harm in any case
|
||||
export XCURSOR_DISCOVER=1
|
||||
|
Loading…
Reference in New Issue
Block a user