lanoxx / tilda

A Gtk based drop down terminal for Linux and Unix
GNU General Public License v2.0
1.28k stars 161 forks source link

Tilda creates multiple config files at random, when not specfiying a config #381

Closed bitshiftnetau closed 3 years ago

bitshiftnetau commented 5 years ago

I'm guessing there is no checks to see if a config already exists? Or maybe there is but it doesn't work every time, as this would happen at random until I found out there exists an option for specifying config files.

Again, happy to pull and patch :)

lanoxx commented 4 years ago

The way tilda works is that each new process creates and uses its own config file numbered from 0 to n. So if you have two tilda instances running, then you should have config_0 and config_1.

lanoxx commented 3 years ago

Closing, since it works as intended.