Crash recovery

This commit is contained in:
Geoffrey Frogeye 2021-02-15 08:31:27 +01:00
parent 81337dc1b8
commit fe37a17d54
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
7 changed files with 9 additions and 7 deletions

View file

@ -66,6 +66,7 @@ config.bind("L", "tab-next")
config.unbind("T")
config.bind("af", "spawn --userscript freshrss")
config.bind("as", "spawn --userscript shaarli")
config.bind("u", "undo --window")
dirname = os.path.dirname(__file__)
filename = os.path.join(dirname, "theme.py")