Fix making ssh/socket/ and remember kitty size
This commit is contained in:
parent
8a8def9d08
commit
082a2c6b99
2
Makefile
2
Makefile
|
@ -49,7 +49,7 @@ $(BIN_TARGETS): $(LOCAL_BIN)/%: bin/%
|
||||||
$(LOCAL_BIN)/poetry: $(LOCAL_BIN)
|
$(LOCAL_BIN)/poetry: $(LOCAL_BIN)
|
||||||
command -v poetry > /dev/null || curl -sSL https://install.python-poetry.org | python3 -
|
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 $@
|
cp -n templates/ssh-config $@
|
||||||
|
|
||||||
$(PACKER_DIR):
|
$(PACKER_DIR):
|
||||||
|
|
|
@ -658,7 +658,7 @@ bell_on_tab "🔔 "
|
||||||
|
|
||||||
#: Window layout {{{
|
#: Window layout {{{
|
||||||
|
|
||||||
remember_window_size no
|
remember_window_size yes
|
||||||
# initial_window_width 1600
|
# initial_window_width 1600
|
||||||
# initial_window_height 900
|
# initial_window_height 900
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue