2020-07-29 07:21:46 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Alacritty window hidden on i3 scratchpad
|
2020-09-24 14:24:42 +00:00
|
|
|
Requires=x-started-confirm.service
|
|
|
|
After=x-started-confirm.service
|
2020-07-29 07:21:46 +00:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
|
|
|
# workaround to allow relative executable invocation (i.e. current users' home dir)
|
|
|
|
ExecStart=/bin/bash -c 'alacritty --title "dropdown-terminal" --class Alacritty,scratchpad'
|
|
|
|
Restart=always
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=default.target
|