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
|
Source: kanshi
Section: x11
Priority: optional
Maintainer: Sway and related packages team <team+swaywm@tracker.debian.org>
Uploaders: Birger Schacht <birger@rantanplan.org>
Build-Depends:
debhelper-compat (= 12),
meson (>=0.48),
libwayland-dev,
wayland-protocols (>=1.14),
pkgconf,
scdoc
Standards-Version: 4.5.0
Homepage: https://github.com/emersion/kanshi
Vcs-Browser: https://salsa.debian.org/swaywm-team/kanshi
Vcs-Git: https://salsa.debian.org/swaywm-team/kanshi.git
Rules-Requires-Root: no
Package: kanshi
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends}
Description: Define output profiles that are automatically enabled and disabled on hotplug
kanshi allows you to define output profiles that are automatically enabled and
disabled on hotplug. For instance, this can be used to turn a laptop's internal
screen off when docked.
.
This is a Wayland equivalent for tools like autorandr. kanshi can be used on
Wayland compositors supporting the wlr-output-management protocol.
|