Install wmctrl
basementhud/pipeline/head This commit looks good Details

`wmctrl` is needed to resize/reposition windows, since *openbox* does
not have any native automation capabilities.
pull/1/head
Dustin 2022-04-06 10:57:25 -05:00
parent 406c0b869e
commit 3e2e54d3cc
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ dnf --installroot "${destdir}" install -y \
openssh-server \ openssh-server \
rsyslog \ rsyslog \
systemd \ systemd \
wmctrl \
xinit \ xinit \
xorg-x11-server-Xorg \ xorg-x11-server-Xorg \
xset \ xset \