diff --git a/scripts/keyd-application-mapper b/scripts/keyd-application-mapper index 91a365b..38c696d 100755 --- a/scripts/keyd-application-mapper +++ b/scripts/keyd-application-mapper @@ -505,7 +505,9 @@ def get_monitor(on_window_change): m = mon(on_window_change) print(f'{name} detected') return m - except: + except Exception as e: + dbg(f'Could not init {name}, try next app environment.') + dbg(e) pass print('Could not detect app environment :(.')