Using Cygwin

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