mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-29 06:29:36 +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
|
ulimit -c unlimited
|
||||||
|
|
||||||
# Numlock on at boot
|
# Numlock on at boot
|
||||||
|
if hash numlockx 2>/dev/null; then
|
||||||
numlockx on
|
numlockx on
|
||||||
|
fi
|
||||||
|
|
||||||
# Workaround disappearing cursors, probably no harm in any case
|
# Workaround disappearing cursors, probably no harm in any case
|
||||||
export XCURSOR_DISCOVER=1
|
export XCURSOR_DISCOVER=1
|
||||||
|
Loading…
Reference in New Issue
Block a user