mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 16:41:43 +05:30
fix(kitty): Add script required for moving between splits
This commit is contained in:
9
common/.config/kitty/get_layout.py
Executable file
9
common/.config/kitty/get_layout.py
Executable file
@@ -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
|
||||
Reference in New Issue
Block a user