2020-07-29 07:35:23 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Todo.md floating vim instance
|
2020-09-24 14:24:42 +00:00
|
|
|
Requires=x-started-confirm.service
|
|
|
|
After=x-started-confirm.service
|
2020-07-29 07:35:23 +00:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
|
|
|
# workaround to allow relative executable invocation (i.e. current users' home dir)
|
2020-09-08 12:58:36 +00:00
|
|
|
ExecStart=/bin/bash -c 'alacritty --title "dropdown-todo" --class "Alacritty,scratchpad" -e nvim -c ":set nonumber norelativenumber noshowmode noruler laststatus=0 noshowcmd shortmess=F | :Limelight" %h/documents/records/todo.md'
|
2020-07-29 07:35:23 +00:00
|
|
|
Restart=always
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=default.target
|