From 7af172ed0a94ced56660bf1d54463d93822cd791 Mon Sep 17 00:00:00 2001 From: emersion Date: Fri, 25 May 2018 19:11:43 +0100 Subject: Delete old asciidoc man pages --- swaylock/swaylock.1.scd | 1 - swaylock/swaylock.1.txt | 116 ------------------------------------------------ swaymsg/swaymsg.1.txt | 89 ------------------------------------- 3 files changed, 206 deletions(-) delete mode 100644 swaylock/swaylock.1.txt delete mode 100644 swaymsg/swaymsg.1.txt diff --git a/swaylock/swaylock.1.scd b/swaylock/swaylock.1.scd index 2580bff9..35d6444c 100644 --- a/swaylock/swaylock.1.scd +++ b/swaylock/swaylock.1.scd @@ -100,4 +100,3 @@ Locks your Wayland session. Maintained by Drew DeVault , who is assisted by other open source contributors. For more information about sway development, see https://github.com/swaywm/sway. - diff --git a/swaylock/swaylock.1.txt b/swaylock/swaylock.1.txt deleted file mode 100644 index 9dbc00a2..00000000 --- a/swaylock/swaylock.1.txt +++ /dev/null @@ -1,116 +0,0 @@ -///// -vim:set ts=4 sw=4 tw=82 noet: -///// -:quotes.~: - -swaylock (1) -============ - -Name ----- -swaylock - Screen locker for sway - -Synopsis --------- -'swaylock' [options] - -Lock the current sway session. - -Options -------- - -*-h, --help*:: - Show help message and quit. - -*-c, \--color* :: - Turn the screen into the given color. If -i is used, this sets the - background of the image to the given color. Defaults to white (ffffff), or - transparent (00000000) if an image is in use. - -*-f, \--daemonize*:: - Fork into the background after spawning. Note: this is the default behavior of - i3lock. - -*-i, \--image* [:]:: - Display the given image, optionally only on the given output. Use -c to set - a background color. - -*--scaling*:: - Scaling mode for images: stretch, fill, fit, center, or tile. - -*-t, --tiling*:: - Same as --scaling=tile. - -*-u, --no-unlock-indicator*:: - Disable the unlock indicator. - -*-v, \--version*:: - Show the version number and quit. - -*--socket *:: - Use the specified socket path. Otherwise, swaymsg will ask sway where the - socket is (which is the value of $SWAYSOCK, then of $I3SOCK). - -Appearance ----------- - -*--bshlcolor* :: - Sets the color of backspace highlight segments. - -*--font* :: - Sets the font of the text inside the indicator. - -*--insidecolor* :: - Sets the color of the inside of the indicator when typing or idle. - -*--insidevercolor* :: - Sets the color of the inside of the indicator when verifying. - -*--insidewrongcolor* :: - Sets the color of the inside of the indicator when invalid. - -*--keyhlcolor* :: - Sets the color of keypress highlight segments. - -*--linecolor* :: - Sets the color of the lines that separate the inside and outside of the - indicator. - -*-s, \--line-uses-inside*:: - Use the color of the inside of the indicator for the line separating the - inside and outside of the indicator. - -*-r, \--line-uses-ring*:: - Use the outer ring's color for the line separating the inside and outside of - the indicator. - -*--ringcolor* :: - Sets the color of the outside of the indicator when typing or idle. - -*--ringvercolor* :: - Sets the color of the outside of the indicator when verifying. - -*--ringwrongcolor* :: - Sets the color of the outside of the indicator when invalid. - -*--separatorcolor* :: - Sets the color of the lines that seperate highlight segments. - -*--textcolor* :: - Sets the color of the text inside the indicator. - -*--indicator-radius* :: - Sets the radius of the indicator to _radius_ pixels. The default value is - 50. - -*--indicator-thickness* :: - Sets the thickness of the indicator to _thickness_ pixels. The default value - is 10. - -Authors -------- - -Maintained by Drew DeVault , who is assisted by other open -source contributors. For more information about sway development, see -. - diff --git a/swaymsg/swaymsg.1.txt b/swaymsg/swaymsg.1.txt deleted file mode 100644 index 52209b12..00000000 --- a/swaymsg/swaymsg.1.txt +++ /dev/null @@ -1,89 +0,0 @@ -///// -vim:set ts=4 sw=4 tw=82 noet: -///// -:quotes.~: - -swaymsg (1) -=========== - -Name ----- -swaymsg - Send messages to a running instance of sway over the IPC socket. - -Synopsis --------- -'swaymsg' [options] [message] - -Options -------- - -*-h, --help*:: - Show help message and quit. - -*-q, \--quiet*:: - Sends the IPC message but does not print the response from sway. - -*-r, \--raw*:: - Use raw output even if using a tty. - -*-s, --socket* :: - Use the specified socket path. Otherwise, swaymsg will ask sway where the - socket is (which is the value of $SWAYSOCK, then of $I3SOCK). - -*-t, \--type* :: - Specify the type of IPC message. See below. - -*-v, \--version*:: - Print the version (of swaymsg) and quit. - -IPC Message Types ------------------ - -**:: - The message is a sway command (the same commands you can bind to keybindings - in your sway config file). It will be executed immediately. - + - See **sway**(5) for a list of commands. - -*get_workspaces*:: - Gets a JSON-encoded list of workspaces and their status. - -*get_seats*:: - Gets a JSON-encoded list of current seats. - -*get_inputs*:: - Gets a JSON-encoded list of current inputs. - -*get_outputs*:: - Gets a JSON-encoded list of current outputs. - -*get_tree*:: - Gets a JSON-encoded layout tree of all open windows, containers, outputs, - workspaces, and so on. - -*get_marks*:: - Get a JSON-encoded list of marks. - -*get_bar_config*:: - Get a JSON-encoded configuration for swaybar. - -*get_version*:: - Get JSON-encoded version information for the running instance of sway. - -*get_clipboard*:: - Get JSON-encoded information about the clipboard. - Returns the current clipboard mime-types if called without - arguments, otherwise returns the clipboard data in the requested - formats. Encodes the data using base64 for non-text mime types. - -Authors -------- - -Maintained by Drew DeVault , who is assisted by other open -source contributors. For more information about sway development, see -. - -See Also --------- - -**sway**(5) -- cgit v1.2.3-54-g00ecf