From 410f038a30c163e27bf5bdc3334a65fdfb532e32 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Sat, 26 Mar 2022 12:02:11 -0700 Subject: [PATCH] simplified kitty session, map to super+q --- kitty/session | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/kitty/session b/kitty/session index c5632b97..e77d046f 100644 --- a/kitty/session +++ b/kitty/session @@ -1,8 +1,7 @@ # Set the layout of the current tab -layout fat:bias=10;full_size=1;mirrored=false +layout fat:bias=90;full_size=1;mirrored=false # Set the working directory for windows in the current tab -cd $CPROJ +# cd ~ # Create a window and run the specified command in it -launch nvim -launch bash launch bash +launch bash