Config now done via json. Too keep info centralized and avoid using countless .txt files.

This commit is contained in:
Sebastian Lenzlinger
2023-06-06 21:55:37 +02:00
parent 067a6312a8
commit 96461ca78c
5 changed files with 117 additions and 42 deletions

1
src/config.json Normal file
View File

@@ -0,0 +1 @@
{"white_listed_programs": ["systemd", "gnome-shell"], "auto_kill_programs": [], "kbd_names": ["kbd"]}