File: control

package info (click to toggle)
x2x 1.30-12
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 460 kB
  • sloc: ansic: 3,275; makefile: 39; sh: 1
file content (30 lines) | stat: -rw-r--r-- 1,328 bytes parent folder | download
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: x2x
Maintainer: Barak A. Pearlmutter <bap@debian.org>
Build-Depends: debhelper-compat (= 13),
	pkgconf,
	libx11-dev, libxtst-dev, xutils-dev
Section: x11
Priority: optional
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://github.com/dottedmag/x2x
Vcs-Git: https://salsa.debian.org/debian/x2x.git
Vcs-Browser: https://salsa.debian.org/debian/x2x

Package: x2x
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Link two X displays together, simulating a multiheaded display
 x2x joins a pair of X displays together, as if they were a single
 multiheaded display.  The pointer can be warped between displays, or,
 depending on how you start x2x, can slide from one display to the
 other when it runs off the edge of the screen.  Keyboard focus also
 moves between displays in the way you'd expect, and the X selection
 propagates around.  This is useful when you have two displays on the
 same desk, as you can use a single keyboard and mouse to control
 both.  (The displays being controlled remotely must support the XTEST
 extension.  The servers shipped by Debian support this.)
 .
 Alternatives: the "barrier" package, or its as-yet-unpackaged
 fork-by-main-contributors "input-level", or the as-yet-unpackaged
 "waynergy" for Wayland, or the display-server-agnostic "rkvm".