Skip to content

Commit

Permalink
🔧 simpler my-kitty
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhomer committed Nov 11, 2023
1 parent 076d0a9 commit d41cbba
Show file tree
Hide file tree
Showing 3 changed files with 7 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 @@ -90,11 +90,11 @@ 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")
time.sleep(0.3) # give time for shell to initialise
kitty.action("send-text --match title:things 'do -ai\n'")
# if kitty.launchTab("things", "~/projects/things", "title:O"):
# # Only launch todo first time window initialised
# kitty.waitForTab("things")
# time.sleep(0.3) # give time for shell to initialise
# kitty.action("send-text --match title:things 'do -ai\n'")

kitty.action("focus-tab --match 'title:^\\.'")

Expand Down
1 change: 1 addition & 0 deletions config/node/global.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ remark-lint-unordered-list-marker-style@^3
remark-preset-lint-consistent@^5
remark-preset-lint-markdown-style-guide@^5
remark-preset-lint-recommended@^6
svelte-language-server@^0
# Typescript global is required for LSP for JS files with tsserver
typescript@4
typescript-language-server@^3
Expand Down
1 change: 1 addition & 0 deletions dotfiles/nvim/.config/nvim/lua/config/lspconfig.lua
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ local servers = {
},
},
},
svelte = {},
tailwindcss = {
filetypes = { "css" },
},
Expand Down

0 comments on commit d41cbba

Please sign in to comment.