summaryrefslogtreecommitdiffstats
path: root/completions/fish/swaylock.fish
diff options
context:
space:
mode:
authorLibravatar Martin Kalchev <martin.kalchev@mail.ru>2018-08-26 18:53:51 +0300
committerLibravatar Martin Kalchev <martin.kalchev@mail.ru>2018-08-26 18:53:51 +0300
commit4f57c3da0ee00978e56190e2015482a041e48e82 (patch)
tree22ec3dd6949782cbb6a3f555221bd150d866c320 /completions/fish/swaylock.fish
parentMerge pull request #2488 from RyanDwyer/separate-gaps-functions (diff)
downloadsway-4f57c3da0ee00978e56190e2015482a041e48e82.tar.gz
sway-4f57c3da0ee00978e56190e2015482a041e48e82.tar.zst
sway-4f57c3da0ee00978e56190e2015482a041e48e82.zip
added untested files
Diffstat (limited to 'completions/fish/swaylock.fish')
-rw-r--r--completions/fish/swaylock.fish11
1 files changed, 11 insertions, 0 deletions
diff --git a/completions/fish/swaylock.fish b/completions/fish/swaylock.fish
new file mode 100644
index 00000000..965a22d2
--- /dev/null
+++ b/completions/fish/swaylock.fish
@@ -0,0 +1,11 @@
1# swaylock(1) completion
2
3complete -c swaylock -s h -l help --description "Show help message and quit."
4complete -c swaylock -s c -l color --description "Turn the screen into the given color. If -i is used, this sets the background of the image into the given color. Defaults to white (ffffff), or transparent (00000000) if an image is in use."
5complete -c swaylock -s f -l daemonize --description "Fork into the background after spawning. Note: this is the default bahavior of i3lock."
6complete -c swaylock -s i -l image --description "Display the given image, optionally on the given output. Use -c to set a background color."
7complete -c swaylock -l scaling --description "Scaling mode for images: stretch, fill, fit, center, or tile."
8complete -c swaylock -s t -l tiling --description "Same as --scaling=tile."
9complete -c swaylock -s u -l no-unlock-indicator --description "Disable the unlock indicator."
10complete -c swaylock -s v -l version --description "Show the version number and quit."
11complete -c swaylock -l socket --description "Use the specified socket path. Othherwise, swaymsg will as sway where the socket is (which is the value of $SWAYSOCK, then of $I350CK)."