From 6373ca3d08a989021cbc7417f3bb3496248d4ee3 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Wed, 6 Apr 2022 18:43:30 -0500 Subject: [PATCH] Use xrandr instead of wmctrl 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. --- mkrootfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkrootfs.sh b/mkrootfs.sh index 41afd62..f2d6745 100644 --- a/mkrootfs.sh +++ b/mkrootfs.sh @@ -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 \