Marty Oehme
cc0cdd2a6c
Added systemd-controlled automatic restart to existing i3 todo list overlay (super+t). Contains a lot of hard-coded paths and applications.
11 lines
423 B
Desktop File
11 lines
423 B
Desktop File
[Unit]
|
|
Description=Todo.md floating vim instance
|
|
|
|
[Service]
|
|
Type=simple
|
|
# workaround to allow relative executable invocation (i.e. current users' home dir)
|
|
ExecStart=/bin/bash -c 'alacritty --title "dropdown-todo" --class "Alacritty,scratchpad" -e nvim -c ":set nonumber norelativenumber noshowmode noruler laststatus=0 noshowcmd shortmess=F" %h/documents/records/todo.md'
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=default.target
|