mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-16 13:30:57 +01:00
profile: numlockx on
This commit is contained in:
parent
2dce923a56
commit
a187ae584d
@ -4,3 +4,6 @@ setxkbmap -option compose:lwin -option terminate:ctrl_alt_bksp -option nbsp:none
|
|||||||
|
|
||||||
# Set TZ as the current timezone. This is supposed to be sent over SSH.
|
# Set TZ as the current timezone. This is supposed to be sent over SSH.
|
||||||
TZ=$(date +%Z)
|
TZ=$(date +%Z)
|
||||||
|
|
||||||
|
# Enable numlock
|
||||||
|
numlockx on
|
||||||
|
@ -19,6 +19,8 @@ eval $(gpg-agent --daemon)
|
|||||||
# Enable core files.
|
# Enable core files.
|
||||||
ulimit -c unlimited
|
ulimit -c unlimited
|
||||||
|
|
||||||
|
# Numlock on at boot
|
||||||
|
numlockx on
|
||||||
|
|
||||||
# The environment was set to ~/.environment according to other files...
|
# The environment was set to ~/.environment according to other files...
|
||||||
if [ -f ~/.environment ]; then
|
if [ -f ~/.environment ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user