diff options
Diffstat (limited to 'toggles/todo.fish')
| -rwxr-xr-x | toggles/todo.fish | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/toggles/todo.fish b/toggles/todo.fish new file mode 100755 index 0000000..db189bb --- /dev/null +++ b/toggles/todo.fish @@ -0,0 +1,7 @@ +#!/bin/fish + +. (dirname (status filename))/util.fish + +spawn-or-move '.class == "Todoist"' todo todoist + +hyprctl dispatch togglespecialworkspace todo |