debug_print("Starting up Devilspie2 'main.lua' script.") debug_print(" Window name: ", get_window_name()) debug_print(" App name: ", get_application_name()) -- Apparently get_window_type() is only available as of 0.21: -- debug_print(" Window type: ", get_window_type()) -- These are also getting undefined/nil global errors: -- debug_print(" Window XID: ", get_window_xid()) -- debug_print(" Window Class: ", get_windown_class()) -- debug_print(" WS count: ", get_workspace_count()) debug_print("")