Manuel-Kehl / Go-For-It

A stylish to-do list with built-in productivity timer. NOTE: all contributions should go to Jonathan Moerman's fork because this is where active development is taking place: https://github.com/JMoerman/Go-For-It
http://manuel-kehl.de/projects/go-for-it/
GNU General Public License v3.0
516 stars 51 forks source link

Configuration... #12

Closed damianavila closed 9 years ago

damianavila commented 9 years ago

I know there is a conf file where the path for the Todo files get saved. Is it the place to config other things? For instance, if I want to config the 25 min for task and the 5 min for breaks... to have other default values.

Thanks.

Manuel-Kehl commented 9 years ago

@damianavila yes. If you set it to something other than the default values via the settings dialog it gets added to the config file. If you want to manually add it to the file, simply define a value (in seconds) for break_duration and task_duration under the group section [Todo.txt]

damianavila commented 9 years ago

Thanks!

damianavila commented 9 years ago

Btw, I don't see any settings dialog... I am seeing this: 2014-12-26-204357_1366x768_scrot

Or are you saying the initialization window? (it just appeared once time, any way to re-trigger it)

Manuel-Kehl commented 9 years ago

That's in fact an interesting phenomenon. Seems like we have to test Go For It! more thoroughly on desktop environments other than pantheon shell (You're using LXDE, right?).

If you click somewhere in the gray area underneath the little "+" symbol in the bottom right corner, a menu should pop up. For some reason the button is invisible. Would you mind creating a different issue for that "Missing Menu Button" problem and attach the screenshot to it?

damianavila commented 9 years ago

Done in #14... thanks.