百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
X

x2x

> 编程语言
开源

x2x 允许在一个 X 显示器上使用键盘和鼠标来控制另一个 X 显示器。

355 stars0 点赞0 次浏览
访问官网GitHub

工具介绍

x2x 允许在一个 X 显示器上使用键盘和鼠标来控制另一个 X 显示器。

x2x

Project status

Dormant. This project needs a new maintainer.

x2x has a long history. It was born in the times when life was hard, window managers were simple and displays were rectangular. Now it needs an overhaul.

Overview

x2x allows the keyboard, mouse on one X display to be used to control another X display. It also shares X clipboards between the displays.

When built/run on Cygwin it may be run on Windows desktop to control X display.

License

x2x is under MIT/BSD license.

Windows support includes code under GPLv2+.

Authors

x2x was initially developed in DEC by David Chaiken. Current maintainer is Mikhail Gusarov.

Building on Various Systems

Building on Arch

  1. git clone https://github.com/dottedmag/x2x && cd x2x
  2. ./bootstrap.sh
  3. sudo pacman -S libxext libxtst
  4. ./configure
  5. make && sudo make install

If you want the simple solution, there is also a package in the AUR for x2x.

Building on Fedora

  1. git clone https://github.com/dottedmag/x2x && cd x2x
  2. ./bootstrap.sh
  3. sudo dnf -y install libXext-devel libXtst-devel
  4. ./configure
  5. make && sudo make install

Building on Debian or Debian-Derivative like Ubuntu

  1. git clone https://github.com/dottedmag/x2x && cd x2x
  2. git checkout debian
  3. dpkg-checkbuilddeps (and sudo apt install anything missing)
  4. env DEB_RULES_REQUIRES_ROOT=no debian/rules binary
  5. sudo dpkg --install ../x2x_VERSION.deb

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

C

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言