BurntSushi / wingo

A fully-featured window manager written in Go.
Do What The F*ck You Want To Public License
1k stars 89 forks source link

Wingo doesn't look for config in $GOPATH/src/github.com/BurntSushi/wingo/data at startup #103

Open filmil opened 10 years ago

filmil commented 10 years ago

Though wingo --help says that $GOPATH/src/github.com/BurntSushi/wingo/data is one of the paths searched for data, it doesn't happen.

The only time that I actually get wingo to run is if I fix the --data-dir to an absolute directory.

filmil commented 10 years ago

What has worked for me is:

wingo --data-dir=$HOME/code/go/src/github.com/BurntSushi/wingo --replace
ghost commented 10 years ago

That is because wingo --write-config writes to "$HOME/.config/wingo"

filmil commented 10 years ago

Maybe. But wingo --help says that it should behave this way, and it does not. IMHO either help should be changed to match behavior, or wingo behavior should be changed to match doc.