【发布时间】:2017-02-16 05:25:17
【问题描述】:
我想在没有任何控件和栏的情况下全屏打开两个窗口(每个显示器一个)。我正在使用火柴盒来做到这一点,除了一件事,这没关系。 Windows 在两台显示器中全屏打开拉伸,就像一个显示器一样。
我正在使用这个 .xinitrc 文件来控制 Xorg。
xrandr --output HDMI2 --auto --pos 0x1080 --output HDMI1 --auto --pos 0x0
xset s off
xset -dpms
matchbox-window-manager &
electron ./window1
electron ./window2
如果窗口管理器只能运行有信息亭限制的应用程序,我可以更改它。
【问题讨论】:
标签: window x11 archlinux xorg window-managers