Skip to content
Snippets Groups Projects
Commit b52ebcda authored by minute's avatar minute
Browse files

add reform-windowmaker as a cage/xwayland example

parent d44cf520
No related branches found
No related tags found
1 merge request!12RC1 of MNT Reform System Image and Rescue Image
......@@ -73,7 +73,7 @@ apt install -y sway grim slurp xwayland xterm xfce4-terminal rofi arc-theme thun
# install applications
apt install -y libreoffice libreoffice-gtk3 inkscape firefox-esr emacs gimp
apt install -y libreoffice libreoffice-gtk3 inkscape firefox-esr emacs gimp wmaker
apt install -y chromium evolution freecad ardour sxiv neverball scummvm dosbox wf-recorder wev linphone-desktop
# install patched software from mntre
......
#!/bin/bash
#
# This is a script to demonstrate cage + Xwayland as a replacement for standalone Xorg.
# You can modify this to launch classic X window managers / DEs.
#
# Note that you should disable any x11 compositors. I.e. to launch xfce4:
# xfwm4 --compositor=off &
# exec xfce4-session
#
cage -- /usr/local/bin/Xwayland -retro &
sleep 1
export WAYLAND_DISPLAY=null # Hack, but works
export DISPLAY=:0
export GDK_BACKEND=x11
unset SDL_VIDEODRIVER
xterm &
exec wmaker
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment