mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 16:41:43 +05:30
10 lines
157 B
Python
Executable File
10 lines
157 B
Python
Executable File
def main():
|
|
pass
|
|
|
|
|
|
def handle_result(args, result, target_window_id, boss):
|
|
return boss.active_tab.current_layout.name
|
|
|
|
|
|
handle_result.no_ui = True
|