Skip to content

Commit

Permalink
fix i3-debug-console script
Browse files Browse the repository at this point in the history
  • Loading branch information
acrisci committed Apr 6, 2018
1 parent 5ad3ef7 commit af2881a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/i3-debug-console.py
Expand Up @@ -64,7 +64,7 @@ def on_event(ipc, e):
stdscr.refresh()
last_txt = txt

on_window(ipc, None)
on_event(ipc, None)

ipc.on('window', on_event)
ipc.on('binding', on_event)
Expand Down

0 comments on commit af2881a

Please sign in to comment.