1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
Source: swayimg
Section: utils
Priority: optional
Maintainer: Sway and related packages team <team+swaywm@tracker.debian.org>
Uploaders:
Birger Schacht <birger@debian.org>,
Build-Depends:
bash-completion,
debhelper-compat (= 13),
libavif-dev,
libcairo2-dev,
libexif-dev,
libgif-dev,
libheif-dev,
libjpeg-dev,
libjson-c-dev,
libjxl-dev,
libopenexr-dev,
librsvg2-dev,
libsixel-dev,
libtiff-dev,
libwayland-dev,
libwebp-dev,
libxkbcommon-dev,
meson (>= 0.59),
ninja-build,
pkgconf,
wayland-protocols,
zsh,
Standards-Version: 4.7.0
Homepage: https://github.com/artemsen/swayimg
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/swaywm-team/swayimg.git
Vcs-Browser: https://salsa.debian.org/swaywm-team/swayimg
Package: swayimg
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Description: image viewer for Sway/Wayland
The program uses Sway IPC to determine the geometry of the currently focused
container. This data is used to calculate the position and size of the new
"overlay" window that will be used to draw the image. In the next step, swayimg
adds two Sway rules for the self window: "floating enable" and "move position".
Then it creates a new Wayland window and draws the image from the specified
file.
|