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:
parent
28a8ff9d17
commit
11f1bf76c9
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue