反转X(或xfce4)上的颜色


11

有没有一种方法可以反转X中的颜色。如果答案是我可以绑定到键盘快捷键(如果不是X则需要重新启动的命令而不是设置)的答案,这将更加有用。


你为什么要这样做?
akira 2010年

2
我将其绑定到<CMi>,所以当我可以在firefox或其他程序上读取较大的文本时,我无法更轻松地反转颜色:)
fakedrake 2010年

Answers:


16

您需要xcalib包装:

xcalib -i -a

不幸的是,这只能使一个显示器上的颜色反转。
Artefacto

1
xcalib支持-s, -screen可能有用的选项。
cyrus

要还原反转,只需重复相同的命令即可。
约阿希姆W

2

如果您像我一样并且尝试过xcalib,但是在debian上遇到了这样的错误:

xcalib: unsupported ramp size

然后,您可以使用xrandr-invert-colors之类的替代方法。

首先克隆存储库

git clone "https://github.com/zoltanp/xrandr-invert-colors.git"

之后,您可以安装build-essential软件包,然后可以使用以下命令编译代码:

sudo make deps-apt
make
sudo make install

之后,将屏幕上的颜色反转很简单:

xrandr-invert-colors
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.