qtilities / wshot

Wayland screenshot tool using Qarma

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wshot

Simple Qt screenshot GUI for Wayland.

Image of wshot

Depends

  • grim
  • slurp
  • qarma / zenity
  • wl-clipboard

Optional

  • cmake (to build/update translations and install the application)
  • git (to pull latest VCS checkouts)
  • wf-info (to select window under wayfire)
  • jq (to select window under sway)

Build / Install

CMAKE_INSTALL_PREFIX has to be set to /usr on most operating systems.
Using sudo make install is discouraged, use the system package manager instead where possible.

cmake -B build -D CMAKE_INSTALL_PREFIX=/usr -W no-dev
cmake --build build --verbose
DESTDIR="$(pwd)/package" cmake --install build

Usage

By default screenshots are saved to ~/tmp/screenshot_*, edit FILEDIR= in wshot to change.

If no custom filename is set it defaults to screenshot_$(date +%F_%H.%M.%S) e.g. screenshot_2023-08-07_11.37.18.

Note

  • "Selected window" mode is working only in sway, hyprland (floating windows only) and wayfire at the moment.

  • Using zenity checkboxes are not supported and replaced by combos.

  • Only wlroots-based compositor are supported.

Packages

Packaging status

Translations

Translations can be added in weblate platform.

Translation status

Licenses

Wshot is licensed under the GPL3 license.
Icon comes from the nuoveXT2.2 icon set by sa-ki, LGPL3 license.

About

Wayland screenshot tool using Qarma

License:GNU General Public License v3.0


Languages

Language:Shell 69.3%Language:CMake 30.7%