From d027d8c1e5446ae4b487b24c260d27fb603243cc Mon Sep 17 00:00:00 2001 From: Pratik Tripathy Date: Wed, 18 Sep 2024 15:12:12 +0530 Subject: [PATCH] fix(kitty): Add script required for moving between splits --- common/.config/kitty/get_layout.py | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 common/.config/kitty/get_layout.py diff --git a/common/.config/kitty/get_layout.py b/common/.config/kitty/get_layout.py new file mode 100755 index 0000000..d02c103 --- /dev/null +++ b/common/.config/kitty/get_layout.py @@ -0,0 +1,9 @@ +def main(): + pass + + +def handle_result(args, result, target_window_id, boss): + return boss.active_tab.current_layout.name + + +handle_result.no_ui = True