Use xrandr instead of wmctrl
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
Dustin 2022-04-06 18:43:30 -05:00
parent cd4144293b
commit 6373ca3d08
1 changed files with 1 additions and 1 deletions

View File

@ -30,9 +30,9 @@ dnf --installroot "${destdir}" install -y \
openssh-server \
rsyslog \
systemd \
wmctrl \
xinit \
xorg-x11-server-Xorg \
xrandr \
xset \
zram-generator \
zram-generator-defaults \