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.pull/1/head
parent
2437e6e467
commit
37ef563b5d
|
@ -22,9 +22,9 @@ dnf --installroot "${destdir}" install -y \
|
||||||
firefox \
|
firefox \
|
||||||
hostname \
|
hostname \
|
||||||
kmod \
|
kmod \
|
||||||
matchbox-window-manager \
|
|
||||||
mesa-dri-drivers \
|
mesa-dri-drivers \
|
||||||
nbd \
|
nbd \
|
||||||
|
openbox \
|
||||||
openssh-server \
|
openssh-server \
|
||||||
rsyslog \
|
rsyslog \
|
||||||
systemd \
|
systemd \
|
||||||
|
|
|
@ -4,4 +4,4 @@ xset s off
|
||||||
xset -dpms
|
xset -dpms
|
||||||
systemctl --user import-environment DISPLAY
|
systemctl --user import-environment DISPLAY
|
||||||
systemctl --user start graphical.target
|
systemctl --user start graphical.target
|
||||||
exec matchbox-window-manager -use_titlebar no
|
exec openbox
|
||||||
|
|
Loading…
Reference in New Issue