From 9f29e9e6763eb33ba63133955d67556542249be9 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Fri, 31 Jan 2025 18:16:04 +1100 Subject: toggles: fix spawn-or-move + todo toggle --- toggles/todo.fish | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 toggles/todo.fish (limited to 'toggles/todo.fish') 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 -- cgit v1.2.3-freya