Skip to content

Commit af2881a

Browse files
author
Tony Crisci
committed
fix i3-debug-console script
1 parent 5ad3ef7 commit af2881a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/i3-debug-console.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def on_event(ipc, e):
6464
stdscr.refresh()
6565
last_txt = txt
6666

67-
on_window(ipc, None)
67+
on_event(ipc, None)
6868

6969
ipc.on('window', on_event)
7070
ipc.on('binding', on_event)

0 commit comments

Comments
 (0)