aboutsummaryrefslogtreecommitdiff
path: root/completions/fish
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2019-01-14 08:57:20 +0100
committerGitHub <noreply@github.com>2019-01-14 08:57:20 +0100
commit89ad3f2bbbb6f5f367387992eea5d5c6f7fa7642 (patch)
tree2ef2485e9a103b9850219b7cf6375e48b20b72b5 /completions/fish
parent784178ed374e0cf94541a352b2407708c89c6d7c (diff)
parent3fca8b8d22ee51a934fa3b8704c5aee8a5de7689 (diff)
Merge pull request #3417 from swaywm/remove-swaylock
Split swaylock into separate project
Diffstat (limited to 'completions/fish')
-rw-r--r--completions/fish/swaylock.fish39
1 files changed, 0 insertions, 39 deletions
diff --git a/completions/fish/swaylock.fish b/completions/fish/swaylock.fish
deleted file mode 100644
index 99dff48f..00000000
--- a/completions/fish/swaylock.fish
+++ /dev/null
@@ -1,39 +0,0 @@
-# swaylock(1) completion
-
-complete -c swaylock -s C -l config --description 'The config file to use. Default: $HOME/.swaylock/config, $XDG_CONFIG_HOME/swaylock/config, and SYSCONFDIR/swaylock/config.'
-complete -c swaylock -s h -l help --description "Show help message and quit."
-complete -c swaylock -s f -l daemonize --description "Fork into the background after spawning. Note: this is the default bahavior of i3lock."
-complete -c swaylock -s v -l version --description "Show the version number and quit."
-complete -c swaylock -s s -l socket --description "Use the specified socket path. Otherwise, swaymsg will as sway where the socket is (which is the value of $SWAYSOCK, then of $I350CK)."
-complete -c swaylock -s e -l ignore-empty-password --description 'When an empty password is provided by the user, do not validate it.'
-
-# Appearance
-complete -c swaylock -s u -l no-unlock-indicator --description "Disable the unlock indicator."
-complete -c swaylock -s i -l image --description "Display the given image, optionally on the given output. Use -c to set a background color."
-complete -c swaylock -s s -l scaling --description "Scaling mode for images: stretch, fill, fit, center, or tile."
-complete -c swaylock -s t -l tiling --description "Same as --scaling=tile."
-complete -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."
-complete -c swaylock -l bs-hl-color --description 'Sets the color of backspace highlight segments.'
-complete -c swaylock -l font --description 'Sets the font of the text inside the indicator.'
-complete -c swaylock -l indicator-radius --description 'Sets the radius of the indicator to radius pixels. Default: 50'
-complete -c swaylock -l indicator-thickness --description 'Sets the thickness of the indicator to thickness pixels. Default: 10'
-complete -c swaylock -l inside-color --description 'Sets the color of the inside of the indicator when typing or idle.'
-complete -c swaylock -l inside-clear-color --description 'Sets the color of the inside of the indicator when cleared.'
-complete -c swaylock -l inside-ver-color --description 'Sets the color of the inside of the indicator when verifying.'
-complete -c swaylock -l inside-wrong-color --description 'Sets the color of the inside of the indicator when invalid.'
-complete -c swaylock -l key-hl-color --description 'Sets the color of key press highlight segments.'
-complete -c swaylock -l line-color --description 'Sets the color of the lines that separate the inside and outside of the indicator when typing or idle.'
-complete -c swaylock -l line-clear-color --description 'Sets the color of the lines that separate the inside and outside of the indicator when cleared.'
-complete -c swaylock -l line-ver-color --description 'Sets the color of the lines that separate the inside and outside of the indicator when verifying.'
-complete -c swaylock -l line-wrong-color --description 'Sets the color of the lines that separate the inside and outside of the indicator when invalid.'
-complete -c swaylock -s n -l line-uses-inside --description 'Use the color of the inside of the indicator for the line separating the inside and outside of the indicator.'
-complete -c swaylock -s r -l line-uses-ring --description 'Use the outer ring\'s color for the line separating the inside and outside of the indicator.'
-complete -c swaylock -l ring-color --description 'Sets the color of the outside of the indicator when typing or idle.'
-complete -c swaylock -l ring-clear-color --description 'Sets the color of the outside of the indicator when cleared.'
-complete -c swaylock -l ring-ver-color --description 'Sets the color of the outside of the indicator when verifying.'
-complete -c swaylock -l ring-wrong-color --description 'Sets the color of the outside of the indicator when invalid.'
-complete -c swaylock -l separator-color --description 'Sets the color of the lines that separate highlight segments.'
-complete -c swaylock -l text-color --description 'Sets the color of the text inside the indicator when typing or idle.'
-complete -c swaylock -l text-clear-color --description 'Sets the color of the text inside the indicator when cleared.'
-complete -c swaylock -l text-ver-color --description 'Sets the color of the text inside the indicator when verifying.'
-complete -c swaylock -l text-wrong-color --description 'Sets the color of the text inside the indicator when invalid.'