Using Cygwin

From sheep
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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"
}