some new tweaks
This commit is contained in:
parent
f541e725d9
commit
01df064f68
9 changed files with 85 additions and 9 deletions
15
.config/systemd/user/alacritty.service
Normal file
15
.config/systemd/user/alacritty.service
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[Unit]
|
||||
Description=Alacritty Daemon
|
||||
Before=graphical-session.target
|
||||
After=graphical-session-pre.target
|
||||
PartOf=graphical-session.target
|
||||
StartLimitIntervalSec=30
|
||||
StartLimitBurst=3
|
||||
|
||||
[Service]
|
||||
ExecStart=alacritty --daemon --socket %t/alacritty.sock
|
||||
Restart=on-failure
|
||||
RestartSec=5s
|
||||
|
||||
[Install]
|
||||
WantedBy=graphical-session-pre.target
|
||||
|
|
@ -0,0 +1 @@
|
|||
/home/never/.config/systemd/user/alacritty.service
|
||||
Loading…
Add table
Add a link
Reference in a new issue