[i3] Improve todo.sh dropdown

Removed extraneous vim decorations for todo list dropdown, showing only
the editable text itself.
This commit is contained in:
Marty Oehme 2020-05-09 14:44:11 +02:00
parent a40399913b
commit e6e384270a
No known key found for this signature in database
GPG Key ID: 0CCB0526EFB9611A
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ 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 "todo.md" --class scratchpad,Alacritty -e nvim ~/todo.md
exec --no-startup-id alacritty --title "todo.md" --class "scratchpad,Alacritty" -e nvim -c ":set nonumber norelativenumber noshowmode noruler laststatus=0 noshowcmd shortmess=F" ~/todo.md
exec --no-startup-id alacritty --title "dropdown" --class scratchpad,Alacritty
for_window [class="Alacritty" instance="scratchpad"] floating enable
for_window [class="Alacritty" instance="scratchpad"] move scratchpad