completions: add for shell toggle cmd

This commit is contained in:
2 * r + 2 * t
2025-04-02 19:49:50 +11:00
parent cf6f7f8f99
commit 9464e34727
+1
View File
@@ -31,6 +31,7 @@ set -l not_seen "$seen shell && not $seen $commands"
complete -c caelestia -n $not_seen -a 'reload-css' -d 'Reload shell styles'
complete -c caelestia -n $not_seen -a 'reload-config' -d 'Reload shell config'
complete -c caelestia -n $not_seen -a 'show' -d 'Show a window'
complete -c caelestia -n $not_seen -a 'toggle' -d 'Toggle a window on the focused monitor'
complete -c caelestia -n $not_seen -a 'media' -d 'Media commands'
complete -c caelestia -n $not_seen -a 'brightness' -d 'Change brightness'