Пример #1
0
def quakeconsole_show():
    geo = runtime.quake_console_geometry.copy()
    geo.x += current_screen().x
    configure_window(runtime.quake_console, geo)
    stack_window(runtime.quake_console, StackMode.Above)
    runtime.con.core.MapWindow(runtime.quake_console)
    current_workspace().update_focus(None)
    set_input_focus(runtime.quake_console, runtime.quake_console_geometry, True)
    runtime.quake_console_toggle = True
Пример #2
0
 def __stack(self, how):
     stack_window(self.id, how)