Using Cygwin: Difference between revisions

From sheep
Jump to navigation Jump to search
(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...")
 
(No difference)

Latest revision as of 21:46, 14 September 2021

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