i3: Remove todo dropdown from autostart

Removed the autostart for the to-do dropdown from i3, since this is now
being handled by systemd as a system service with autostart and
automatic restart functionality.
This commit is contained in:
Marty Oehme 2020-09-07 21:57:10 +02:00
parent 28a8ff9d17
commit 11f1bf76c9
No known key found for this signature in database
GPG key ID: 0CCB0526EFB9611A

View file

@ -194,10 +194,6 @@ assign [class="^Spotify$"] → 10
#fix for spotify not moving to workspace 10
for_window [class="^spotify$"] move to workspace 10
# set up scratch pad for todo and 'drop-down' terminal
# to be called to current workspace when needed
exec --no-startup-id alacritty --title "dropdown-todo" --class "Alacritty,scratchpad" -e nvim -c ":set nonumber norelativenumber noshowmode noruler laststatus=0 noshowcmd shortmess=F" ~/documents/records/todo.md
# windows with class floating will automatically float
# windows with class scratchpad will automatically float and be sent to the scratchpad
for_window [class="floating"] floating enable