dakyskye / dxhd

daky's X11 Hotkey Daemon
MIT License
99 stars 6 forks source link

respect user defined config on dry run #10

Closed dakyskye closed 4 years ago

dakyskye commented 4 years ago

if user puts super, ctrl, alt etc. keywords in the config file, parser will turn them into mod4, mod1 etc. which a user might not expect when dry running dxhd (dxhd -d). So, save the original bindings separately and print them instead.