services: Add autostarting dropdown-terminal
This commit is contained in:
parent
440629f3c3
commit
1c45202f18
4 changed files with 46 additions and 9 deletions
|
|
@ -0,0 +1 @@
|
|||
../dropdown-terminal.service
|
||||
11
services/.config/systemd/user/dropdown-terminal.service
Normal file
11
services/.config/systemd/user/dropdown-terminal.service
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[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
|
||||
Loading…
Add table
Add a link
Reference in a new issue