Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

runcommand: add a new launch prefix for X11 programs #3829

Merged
merged 3 commits into from
Jan 8, 2024

Commits on Jan 7, 2024

  1. Configuration menu
    Copy the full SHA
    cb597ff View commit details
    Browse the repository at this point in the history
  2. runcommand: added option to start a WM for x11 programs

    Extend the XINIT: launch prefix with two new ones in order to start a window manager before an x11 application is started.
    
    XINIT-WM: will start a window manager without the cursor
    XINIT-WMC: will start a window manager with the cursor
    
    This is similar to how the 'x11' backend starts an application, but without additional configuration set in 'backends.cfg'.
    cmitu authored and joolswills committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    e51dbbf View commit details
    Browse the repository at this point in the history
  3. ports: simplify the launch command for x11 enabled ports

    Removed the launching scripts for ports that were relying an x11 + window manager by using the new XINIT-WM: prefix added to runcommand.
    cmitu authored and joolswills committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    ccbee7c View commit details
    Browse the repository at this point in the history