コード例 #1
0
ファイル: api.py プロジェクト: sduverger/fpwm
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
ファイル: client.py プロジェクト: sduverger/fpwm
 def __stack(self, how):
     stack_window(self.id, how)