From 082a2c6b997cd7809bb9900356d9f44eccfa0d72 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sun, 29 Jan 2023 19:25:02 +0000 Subject: [PATCH] Fix making ssh/socket/ and remember kitty size --- Makefile | 2 +- config/kitty/kitty.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index eb2556f6..e89f82cd 100644 --- a/Makefile +++ b/Makefile @@ -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): diff --git a/config/kitty/kitty.conf b/config/kitty/kitty.conf index d9bc6fcc..19494774 100644 --- a/config/kitty/kitty.conf +++ b/config/kitty/kitty.conf @@ -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