added new configs with the dell comp
This commit is contained in:
1
kanata/.config/systemd/user/default.target.wants/kanata.service
Symbolic link
1
kanata/.config/systemd/user/default.target.wants/kanata.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/home/liph/.config/systemd/user/kanata.service
|
||||
@@ -10,13 +10,13 @@ Environment=DISPLAY=:0
|
||||
# WARNING: doing so will require the service to run as an elevated user such as root.
|
||||
# Implementing least privilege access is an exercise left to the reader.
|
||||
#
|
||||
CPUSchedulingPolicy=rr
|
||||
CPUSchedulingPriority=99
|
||||
IOSchedulingClass=realtime
|
||||
#CPUSchedulingPolicy=rr
|
||||
#CPUSchedulingClass=realtim
|
||||
Nice=-20
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/sh -c "exec $$(which kanata) --cfg $$HOME/.config/kanata/config.kbd"
|
||||
Restart=no
|
||||
ExecStart=/usr/bin/sh -c "exec $$(which kanata) --cfg $$HOME/.config/kanata/config.kbd --no-wait"
|
||||
Restart=on failure
|
||||
RestartkSec=3
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
|
||||
Reference in New Issue
Block a user