[i3] Improve todo.sh dropdown
Removed extraneous vim decorations for todo list dropdown, showing only the editable text itself.
This commit is contained in:
parent
a40399913b
commit
e6e384270a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue