From e9cf7459a044b4e981378456047920c577bcc514 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Fri, 21 Mar 2025 23:47:04 +1100 Subject: install: foot exec -> foot --- toggles/sysmon.fish | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'toggles/sysmon.fish') diff --git a/toggles/sysmon.fish b/toggles/sysmon.fish index 84b8d4c..d30e278 100755 --- a/toggles/sysmon.fish +++ b/toggles/sysmon.fish @@ -2,7 +2,6 @@ . (dirname (status filename))/util.fish -command -v foot-exec &> /dev/null && set -l cmd foot-exec || set -l cmd foot -spawn-client '.class == "btop" and .title == "btop" and .workspace.name == "special:sysmon"' $cmd -a 'btop' -T 'btop' -- btop +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