12 lines
309 B
SYSTEMD
12 lines
309 B
SYSTEMD
|
[Unit]
|
||
|
Description=Alacritty window hidden on i3 scratchpad
|
||
|
|
||
|
[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
|