mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-09 17:54:22 +02:00
systemd: don't run numlockx
I don't have a keyboard with numlock since quite a long time.
This commit is contained in:
parent
0670abf9e3
commit
d1f696e088
2 changed files with 0 additions and 2 deletions
|
@ -18,5 +18,4 @@ brightnessctl
|
||||||
alsa-utils
|
alsa-utils
|
||||||
pavucontrol
|
pavucontrol
|
||||||
pulseaudio
|
pulseaudio
|
||||||
numlockx
|
|
||||||
playerctl
|
playerctl
|
||||||
|
|
|
@ -5,6 +5,5 @@ PartOf=graphical-session@%i.target
|
||||||
[Service]
|
[Service]
|
||||||
Environment=DISPLAY=%I
|
Environment=DISPLAY=%I
|
||||||
ExecStart=/usr/bin/xset -b
|
ExecStart=/usr/bin/xset -b
|
||||||
ExecStart=/usr/bin/numlockx on
|
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
RemainAfterExit=false
|
RemainAfterExit=false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue