mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-26 22:04:36 +02:00
systemd: fix location of numlockx
This commit is contained in:
parent
89a830a67e
commit
0670abf9e3
1 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,6 @@ 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/numlock on
|
ExecStart=/usr/bin/numlockx on
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
RemainAfterExit=false
|
RemainAfterExit=false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue