mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-29 21:04:21 +02:00
systemd: don't run inputplug in the background
This way, we will get messages during changes in journal.
This commit is contained in:
parent
d1f696e088
commit
9b1c564a13
1 changed files with 1 additions and 2 deletions
|
@ -5,5 +5,4 @@ PartOf=graphical-session@%i.target
|
|||
[Service]
|
||||
Environment=DISPLAY=%I
|
||||
ExecStartPre=/usr/bin/setxkbmap us
|
||||
ExecStart=%h/bin/inputplug -0 -c %h/.config/awesome/bin/input-event
|
||||
Type=forking
|
||||
ExecStart=%h/bin/inputplug -d -0 -c %h/.config/awesome/bin/input-event
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue