Cygwinx

From wikinotes
Revision as of 03:45, 2 July 2022 by Will (talk | contribs) (Created page with "xorg server for cygwin. = Documentation = <blockquote> {| class="wikitable" |- | <code>man xwin</code> || |- |} </blockquote><!-- Documentation --> = Locations = <blockquote> {| class="wikitable" |- | <code>~/.xstartwinrc</code> || customize startup |- |} </blockquote><!-- Locations --> = Usage = <blockquote> <syntaxhighlight lang="bash"> startxwin startx <program> -- <..xwin flags...> startx /usr/bin/openbox -- -rootless -keyhoook # start openbox in same window...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

xorg server for cygwin.

Documentation

man xwin

Locations

~/.xstartwinrc customize startup

Usage

startxwin
startx <program> -- <..xwin flags...>
startx /usr/bin/openbox -- -rootless -keyhoook  # start openbox in same windowspace as windows

xwin params

-rootless  (no window decorations on xserver)
-keyhook   (cygwin sees keypresses before windows) (allows windows key to be used)