From 37ef563b5d886837de85d195534bc29142603cf3 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Mon, 28 Mar 2022 20:07:15 -0500 Subject: [PATCH] Switch to Openbox Matchbox Window Manager, being designed for mobile devices, does not handle multiple monitors well. It manages the monitors together as one giant screen, which will make it extremely difficult to manage separate Firefox windows on each screen. Openbox is almost as lightweight as Matchbox, but it works significantly better for this use case. --- mkrootfs.sh | 2 +- overlay/home/user/.xinitrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mkrootfs.sh b/mkrootfs.sh index 38bdbc7..1201bfa 100644 --- a/mkrootfs.sh +++ b/mkrootfs.sh @@ -22,9 +22,9 @@ dnf --installroot "${destdir}" install -y \ firefox \ hostname \ kmod \ - matchbox-window-manager \ mesa-dri-drivers \ nbd \ + openbox \ openssh-server \ rsyslog \ systemd \ diff --git a/overlay/home/user/.xinitrc b/overlay/home/user/.xinitrc index bdb1786..b6ceb1a 100644 --- a/overlay/home/user/.xinitrc +++ b/overlay/home/user/.xinitrc @@ -4,4 +4,4 @@ xset s off xset -dpms systemctl --user import-environment DISPLAY systemctl --user start graphical.target -exec matchbox-window-manager -use_titlebar no +exec openbox