nonstop / termit

terminal emulator based on VTE library with Lua scripting
GNU General Public License v3.0
143 stars 26 forks source link

Events #19

Open uzsolt opened 13 years ago

uzsolt commented 13 years ago

Hello! What do you think about events? E.g. changeTab event called when the active tab change. I need it because of I want to change wallpaper when a specified tab is active (e.g. is an "ssh-tab", change wallpaper to see that this isn't the local machine). Thanks for response!

Zsolt

Dieterbe commented 13 years ago

events/signals are awesome. lua-api-wise, I think luakit and awesome are great examples of how things (signals, keybinds, ..) can be done. (browser and window manager respectively, both configurable through lua bindings)

uzsolt commented 13 years ago

I'm using awesome window manager so I know what is this :)