mirror of
https://github.com/swaywm/sway.git
synced 2025-11-26 06:59:59 -05:00
added untested files
This commit is contained in:
parent
1a30c50ef4
commit
4f57c3da0e
4 changed files with 30 additions and 0 deletions
10
completions/fish/sway.fish
Normal file
10
completions/fish/sway.fish
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# sway(1) completion
|
||||
|
||||
complete -c sway -s h -l help --description "Show help message and quit."
|
||||
complete -c sway -s c -l config --description "Specifies a config file."
|
||||
complete -c sway -s C -l validate --description "Check the validity of the config file, then exit."
|
||||
complete -c sway -s d -l debug --description "Enables full logging, including debug information."
|
||||
complete -c sway -s v -l version --description "Show the version number and quit."
|
||||
complete -c sway -s V -l verbose --description "Enables more verbose logging."
|
||||
complete -c sway -l get-socketpath --description "Gets the IPC socket path and prints it, then exits."
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue