Todo.txt open/close script

This commit is contained in:
John Mertz 2023-01-17 14:06:19 -05:00
parent 9149f7de21
commit 647aa28a3c
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ bindsym $mod+Shift+Right move right
## Home Row Left ## Home Row Left
# Index Stretch: todo.txt # Index Stretch: todo.txt
bindsym $mod+i exec /usr/bin/uxterm -e "$HOME/.local/bin/todotxt-machine $HOME/nextcloud/todo.txt" bindsym $mod+i exec scripts/waybar/waybar-todo.sh
# Add Shift: resize mode ($mod + right-mouse is easier) # Add Shift: resize mode ($mod + right-mouse is easier)
bindsym $mod+Shift+i mode "resize" bindsym $mod+Shift+i mode "resize"