dotfiles/.config/kitty/get_layout.py

10 lines
157 B
Python
Raw Normal View History

2024-03-15 07:25:03 +01:00
def main():
pass
def handle_result(args, result, target_window_id, boss):
return boss.active_tab.current_layout.name
handle_result.no_ui = True