Using Cygwin

From sheep
Revision as of 21:46, 14 September 2021 by Martin (talk | contribs) (Created page with "==Permissions - user control lists == For those that don't care: add noacl to /etc/fstab none /cygdrive cygdrive binary,posix=0,user,noacl 0 0 ==X == The windows start menu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Permissions - user control lists

For those that don't care: add noacl to /etc/fstab

none /cygdrive cygdrive binary,posix=0,user,noacl 0 0

X

The windows start menu is:

  • C:\cygwin64\bin\run.exe --quote /usr/bin/bash.exe -l -c "cd; /usr/bin/startxwin"

To change the start client create a script .startxwinrc in your home directory

To change the default application list create a file .xwinrc

e.g.

menu root {
       mintty  exec    "mintty"
}