Small changes
This commit is contained in:
parent
a275c099b6
commit
5d031ac249
2 changed files with 3 additions and 4 deletions
|
@ -1,10 +1,9 @@
|
|||
[Unit]
|
||||
Description=Generic command-line automation tool
|
||||
PartOf=graphical-session.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/ydotoold
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=sway-session.target
|
||||
WantedBy=default.target
|
||||
|
|
|
@ -1 +1 @@
|
|||
[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && sway > /dev/null 2>&1
|
||||
[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && source ~/.config/sway/env && sway > /dev/null 2>&1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue