mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +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.
|
||||
TZ=$(date +%Z)
|
||||
|
||||
# Enable numlock
|
||||
numlockx on
|
||||
|
@ -19,6 +19,8 @@ eval $(gpg-agent --daemon)
|
||||
# Enable core files.
|
||||
ulimit -c unlimited
|
||||
|
||||
# Numlock on at boot
|
||||
numlockx on
|
||||
|
||||
# The environment was set to ~/.environment according to other files...
|
||||
if [ -f ~/.environment ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user