From 3e2e54d3cc1e5ef4f9510d1710e7062f4f926a36 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Wed, 6 Apr 2022 10:57:25 -0500 Subject: [PATCH] Install wmctrl `wmctrl` is needed to resize/reposition windows, since *openbox* does not have any native automation capabilities. --- mkrootfs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/mkrootfs.sh b/mkrootfs.sh index 505910a..3bd8846 100644 --- a/mkrootfs.sh +++ b/mkrootfs.sh @@ -29,6 +29,7 @@ dnf --installroot "${destdir}" install -y \ openssh-server \ rsyslog \ systemd \ + wmctrl \ xinit \ xorg-x11-server-Xorg \ xset \