is there a config file?
srustamo opened this issue · 5 comments
From what I saw in the repo, there is no config file/gui to set, say mod
keys. Is there?
Edit them in code: https://github.com/ZaneA/HashTWM/blob/master/src/main.c#L511
Well, I (perhaps others too) recently have to RDP into Win server box from OSX, where I already have a window manager, which conflicts with the default mod
in HashTWM. Being able to change mod
and other keys on the fly (instead of recompiling every time) would help to find a working combination a bit faster.
@srustamo you should also be able to adjust the mod keys used from the command-line, see https://github.com/ZaneA/HashTWM/blob/master/src/main.c#L816
Passing -m cs
for example would use Ctrl + Shift as the modkeys. Though it would be great to this entirely customizable in the future. However you're right that there is no config file currently.
I guess this issue is not a issue, but a 'wish', if you tag issues in this repo, to keep them around.
Good point, I will do exactly that :)