mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2024-11-09 10:39:36 +01:00
10 lines
157 B
Python
10 lines
157 B
Python
|
def main():
|
||
|
pass
|
||
|
|
||
|
|
||
|
def handle_result(args, result, target_window_id, boss):
|
||
|
return boss.active_tab.current_layout.name
|
||
|
|
||
|
|
||
|
handle_result.no_ui = True
|