jp1995 / kappa-launcher

Twitch launcher using Rofi
MIT License
27 stars 4 forks source link

Adding new configuration options and defaults to them #9

Closed jp1995 closed 3 years ago

jp1995 commented 3 years ago

I plan to add a number of new config file options, such as LINES (height), MONITOR, XOFFSET, YOFFSET, to help the user position the kappa launcher window exactly as they wish, independent of rofi settings. This can be useful and easy if you want your rofi window small and in a corner somewhere, but your kpl window in the middle of your second monitor, for example.

I also plan to add a default value to LINES and some already existing variables. If the variable isn't defined in the config file, LINES would default to 10, MULTIPLE to true, VIEW to expanded (once it's finalized) etc. This can help solve the issue of the user creating the configuration file after installing the script and then never touching it again, thus missing out on features.

I'll also add an example config file in the readme.