From 9ed04e7a85a2a8aa812f25545df998dda2422fd5 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 24 Jun 2025 23:53:44 +1000 Subject: wsaction: remove --- completions/caelestia.fish | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'completions') diff --git a/completions/caelestia.fish b/completions/caelestia.fish index 8822c2f..b337bba 100644 --- a/completions/caelestia.fish +++ b/completions/caelestia.fish @@ -1,7 +1,7 @@ set -l seen '__fish_seen_subcommand_from' set -l has_opt '__fish_contains_opt' -set -l commands shell toggle workspace-action scheme screenshot record clipboard emoji-picker wallpaper pip +set -l commands shell toggle scheme screenshot record clipboard emoji-picker wallpaper pip set -l not_seen "not $seen $commands" # Disable file completions @@ -13,7 +13,6 @@ complete -c caelestia -s 'h' -l 'help' -d 'Show help' # Subcommands complete -c caelestia -n $not_seen -a 'shell' -d 'Start the shell or message it' complete -c caelestia -n $not_seen -a 'toggle' -d 'Toggle a special workspace' -complete -c caelestia -n $not_seen -a 'workspace-action' -d 'Exec a dispatcher in the current group' complete -c caelestia -n $not_seen -a 'scheme' -d 'Manage the colour scheme' complete -c caelestia -n $not_seen -a 'screenshot' -d 'Take a screenshot' complete -c caelestia -n $not_seen -a 'record' -d 'Start a screen recording' @@ -75,10 +74,6 @@ complete -c caelestia -n "$seen shell && $seen notifs && not $seen clear" -a 'cl set -l commands communication music specialws sysmon todo complete -c caelestia -n "$seen toggle && not $seen drawers && not $seen $commands" -a "$commands" -d 'toggle' -# Workspace action -set -l commands workspace workspacegroup movetoworkspace movetoworkspacegroup -complete -c caelestia -n "$seen workspace-action && not $seen $commands" -a "$commands" -d 'action' - # Scheme set -l commands list get set set -l not_seen "$seen scheme && not $seen $commands" -- cgit v1.2.3-freya