Use xrandr instead of wmctrl
basementhud/pipeline/head This commit looks good
Details
basementhud/pipeline/head This commit looks good
Details
It turns out the Firefox marionette protocol can move/resize the Firefox window, so `wmctrl` is not needed. We will need `xrandr`, though, to help identify screen/monitor geometry, which we will send to the control service so it knows how to position the Firefox windows.pull/1/head
parent
cd4144293b
commit
6373ca3d08
|
@ -30,9 +30,9 @@ dnf --installroot "${destdir}" install -y \
|
||||||
openssh-server \
|
openssh-server \
|
||||||
rsyslog \
|
rsyslog \
|
||||||
systemd \
|
systemd \
|
||||||
wmctrl \
|
|
||||||
xinit \
|
xinit \
|
||||||
xorg-x11-server-Xorg \
|
xorg-x11-server-Xorg \
|
||||||
|
xrandr \
|
||||||
xset \
|
xset \
|
||||||
zram-generator \
|
zram-generator \
|
||||||
zram-generator-defaults \
|
zram-generator-defaults \
|
||||||
|
|
Loading…
Reference in New Issue