Skip to content

Instantly share code, notes, and snippets.

@olsonjeffery
Created February 12, 2011 16:42
Show Gist options
  • Save olsonjeffery/823871 to your computer and use it in GitHub Desktop.
Save olsonjeffery/823871 to your computer and use it in GitHub Desktop.
gnome-shell signals for window stuff .. #gnome-shell on irc.oftc.org
< pfox__> Where would do I need to look in the gnome-shell
code to see the signals exposed for window
creation/destruction and workspace switching? can i
keep it confined to the js?
08:35 -!- elleuca [~elleuca@adsl-ull-172-178.50-151.net24.it] has
left #gnome-shell []
08:36 < milanbv> pfox__: they are in Mutter
08:36 < milanbv> but you can use them from JS
08:37 < milanbv> the code is in
~/gnome-shell/source/mutter/src/core/workspace.c
08:37 -!- xan [~xan@80.60.17.95.dynamic.jazztel.es] has quit
[leaving]
08:37 < milanbv> and src/core/window.c
08:38 < milanbv> you can also have a look at things like
~/gnome-shell/source/gnome-shell/js/ui/altTab.js
08:38 -!- BLUG_Fred [~fred@119.121.75.236] has quit [Ex-Chat]
08:39 < milanbv> or js/ui/overview.js
08:39 < milanbv> they are likely to use them
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment