Add user systemd services (sway, redshift, nm-applet...)
This commit is contained in:
parent
284dd752dc
commit
145b8ddcd3
11 changed files with 125 additions and 0 deletions
11
.config/systemd/user/swaykbdd.service
Normal file
11
.config/systemd/user/swaykbdd.service
Normal file
|
@ -0,0 +1,11 @@
|
|||
[Unit]
|
||||
Description=Keyboard layout per window
|
||||
PartOf=graphical-session.target
|
||||
After=sway-session.target
|
||||
|
||||
[Service]
|
||||
Type=exec
|
||||
ExecStart=/usr/bin/swaykbdd
|
||||
|
||||
[Install]
|
||||
WantedBy=sway-session.target
|
Loading…
Add table
Add a link
Reference in a new issue