dotfiles/services/.config/systemd/user/dropdown-terminal.service

12 lines
309 B
Desktop File

[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