Toggle i3's Listening Behavior
I was wondering if it would be possible to create a keybinding that would toggle on/off all of i3's keybindings (except the same toggle key)?
The reason I am asking is that I think this would be a good way to implement a sort of "video game mode" where you wouldn't need to worry about your i3 keybindings clobbering those of the application.
The most ideal situation would be the ability to add a line in the config file like:
i3_listen_toggle $mod+t
Though I am not opposed to a solution using i3-msg and scripting.
Thank you!