Fix making ssh/socket/ and remember kitty size

This commit is contained in:
Evie Litherland-Smith 2023-01-29 19:25:02 +00:00
parent 8a8def9d08
commit 082a2c6b99
2 changed files with 2 additions and 2 deletions

View file

@ -49,7 +49,7 @@ $(BIN_TARGETS): $(LOCAL_BIN)/%: bin/%
$(LOCAL_BIN)/poetry: $(LOCAL_BIN)
command -v poetry > /dev/null || curl -sSL https://install.python-poetry.org | python3 -
$(HOME)/.ssh/config: $(HOME)/.ssh
$(HOME)/.ssh/config: $(HOME)/.ssh $(HOME)/.ssh/sockets
cp -n templates/ssh-config $@
$(PACKER_DIR):

View file

@ -658,7 +658,7 @@ bell_on_tab "🔔 "
#: Window layout {{{
remember_window_size no
remember_window_size yes
# initial_window_width 1600
# initial_window_height 900