phoeagon

Results 7 issues of phoeagon

Since Google Map API requires appropriate API key with APP-signed key, it'd be better if you write in the `README` on how to change this key in the code (and...

Could precompiled binary be made available? Vala compiler is not available by default on many distributions. For instance, it's not in the default repository of Ubuntu.

(Thanks for this project!) I was looking for a quick Sokoban solver and found this... Used it to solve the Wind Fantasy puzzle so I reckon I might as well...

Enhance rectangleWin to have the following features: 1. default corner key binding with ctrl-alt-U|I|J|K. 2. ctrl-alt-shift-UP: make the current window take the full height of screen. 3. ctrl-alt-+ make current...

Create a YAML based configuration to customize key binding. The YAML parsing logic is defined in conf.go. Long story short, I use golobby/config to parse them. config.yaml is the config...

Create a conf.yaml based configuration system, so that the hotkey bindings are configurable. I have a tentative implementation at https://github.com/phoeagon/RectangleWin/blob/main/conf.go Basically, the conf.yaml has the following form: ``` keybindings: -...