BurntSushi / wingo

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

No Autostart hooks causes crash. #80

Open jsteele31 opened 11 years ago

jsteele31 commented 11 years ago

I removed the

startup := Dale

in hooks.wini so that no autostart hooks are present. Caused wingo to crash when starting a program!

BurntSushi commented 11 years ago

Please keep issues limited to one thing. I've split the second part of your issue into #81.

jsteele31 commented 11 years ago

kk

BurntSushi commented 11 years ago

Do you have a log that you could post from the result of this crash? (A pastebin is fine.)

jsteele31 commented 11 years ago

It got replaced when I launched wingo :( with the new log file

jsteele31 commented 11 years ago

Id like to note the

[Autostart] match := True

was uncommented, everything underneath was commented however.