Skip to content

Commit

Permalink
🔥 don't open extra kitty window
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhomer committed Dec 17, 2023
1 parent 3f2bc42 commit d19d3aa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bin/my-kitty
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ print("Current tabs : " + ",".join(kitty.state.tabTitles))
kitty.launchTab(".", "~/.dotfiles")
kitty.launchTab("󰧮", "~/projects/things")

kitty.launchOsWindow("O")
kitty.action("set-background-opacity --match title:O 0.8")
kitty.action("set-spacing --match title:O margin=0")
kitty.action("set-spacing --match title:O padding=0")
kitty.action("resize-os-window --match title:O --width 100 --height 40 --self")
# kitty.launchOsWindow("O")
# kitty.action("set-background-opacity --match title:O 0.8")
# kitty.action("set-spacing --match title:O margin=0")
# kitty.action("set-spacing --match title:O padding=0")
# kitty.action("resize-os-window --match title:O --width 100 --height 40 --self")
# if kitty.launchTab("things", "~/projects/things", "title:O"):
# # Only launch todo first time window initialised
# kitty.waitForTab("things")
Expand Down

0 comments on commit d19d3aa

Please sign in to comment.