From f8a6e84aa9b9229a1b527dcd1c662c1068759dd8 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 3 Apr 2025 21:41:26 +1100 Subject: toggles: refactor to have config Config is in $XDG_CONFIG_HOME/caelestia/scripts.json Selector is a jq selector using hyprland client data Spawn is a command passed to uwsm app Action is either spawn, move, or both Extra cond is an extra shell command to check whether to do action (for easy disabling just put false or empty action) --- toggles/sysmon.fish | 7 ------- 1 file changed, 7 deletions(-) delete mode 100755 toggles/sysmon.fish (limited to 'toggles/sysmon.fish') diff --git a/toggles/sysmon.fish b/toggles/sysmon.fish deleted file mode 100755 index d30e278..0000000 --- a/toggles/sysmon.fish +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/fish - -. (dirname (status filename))/util.fish - -spawn-client '.class == "btop" and .title == "btop" and .workspace.name == "special:sysmon"' foot -a 'btop' -T 'btop' -- btop - -hyprctl dispatch togglespecialworkspace sysmon -- cgit v1.2.3-freya