![]() |
![]()
| ![]() |
![]()
NAMEswappy - grab and edit on the fly snapshots of a Wayland compositor SYNOPSISswappy [options...] DESCRIPTIONswappy is a command-line utility to take and edit screenshots of Wayland desktops. Works great with grim, slurp and sway. But can easily work with other screen copy tools that can output a final image to stdout. swappy will save the annotated images to the config save_dir, see below. If absent, then if it will try to default to a Desktop folder following this pattern: $XDG_DESKTOP_DIR. If this variable is not set, it will revert to: $XDG_CONFIG_HOME/Desktop. If $XDG_CONFIG_HOME is not set, it will revert to: $HOME/Desktop. OPTIONS-h, --help Show help message and quit.
-v, --version Show version and quit.
-f, --file <file> An image file to load for editing.
If set to -, read the file from standard input instead. This is grim friendly. -o, --output-file <file> Print the final surface to <file> when
exiting the application.
If set to -, prints the final surface to stdout. Note that the Save button will save the image to the config save_dir parameter, as described in the DESCRIPTION section. CONFIG FILEThe config file is located at $XDG_CONFIG_HOME/swappy/config or at $HOME/.config/swappy/config. The file follows the GLib conf format. [Section] key=value The following lines can be used as swappy's default: [Default] save_dir=$HOME/Desktop save_filename_format=swappy-%Y%m%d-%H%M%S.png show_panel=false line_size=5 text_size=20 text_font=sans-serif paint_mode=brush early_exit=false fill_shape=false
KEY BINDINGSLAYOUT
PAINT MODE
MODIFIERS
HEADER BAR
AUTHORSWritten and maintained by jtheoof <contact@jtheoof.me>. See https://github.com/jtheoof/swappy.
|