From 996bbbb2fcc4d0bd3691804a9a5816ee55e236f1 Mon Sep 17 00:00:00 2001 From: "Thomas G. Lopes" Date: Fri, 20 Feb 2026 11:34:24 +0000 Subject: [PATCH] kitty --- foot/files/colors.ini | 23 ----------------------- foot/files/dank-colors.ini | 25 ------------------------- kitty/files/kitty.conf | 19 +++++++++++++++++++ niri/files/config.kdl | 2 +- pi/files/agent/settings.json | 2 +- 5 files changed, 21 insertions(+), 50 deletions(-) delete mode 100644 foot/files/colors.ini delete mode 100644 foot/files/dank-colors.ini diff --git a/foot/files/colors.ini b/foot/files/colors.ini deleted file mode 100644 index 5f66f10..0000000 --- a/foot/files/colors.ini +++ /dev/null @@ -1,23 +0,0 @@ -[colors] -foreground=#e2e3d9 -background=#11140e -selection-foreground=#29341f -selection-background=#becbae - -regular0=#4c4c4c -regular1=#ac8a8c -regular2=#8aac8b -regular3=#aca98a -regular4=#add18d -regular5=#ac8aac -regular6=#8aacab -regular7=#e7e7e7 - -bright0=#9ea58d -bright1=#c49ea0 -bright2=#9ec49f -bright3=#c4c19e -bright4=#a39ec4 -bright5=#c49ec4 -bright6=#9ec3c4 -bright7=#f0f0f0 diff --git a/foot/files/dank-colors.ini b/foot/files/dank-colors.ini deleted file mode 100644 index 058ed59..0000000 --- a/foot/files/dank-colors.ini +++ /dev/null @@ -1,25 +0,0 @@ -[colors] -foreground=e2e3d9 -background=11140e -selection-foreground=e2e3d9 -selection-background=314e19 -cursor = 11140e add18d - -regular0=11140e -regular1=f0846c -regular2=6fd168 -regular3=ffec72 -regular4=9dc679 -regular5=426027 -regular6=add18d -regular7=d4dbce -bright0=82877d -bright1=ffb09f -bright2=a8faa3 -bright3=fff3a5 -bright4=c4e5a6 -bright5=e0ffc4 -bright6=ebffd9 -bright7=fbfff8 - -dim-blend-towards=black diff --git a/kitty/files/kitty.conf b/kitty/files/kitty.conf index 0744a5f..6caa6cc 100644 --- a/kitty/files/kitty.conf +++ b/kitty/files/kitty.conf @@ -5,6 +5,25 @@ include colors.conf # END_KITTY_THEME +#: Startup {{{ +shell /usr/bin/fish -l -c "zellij; exec fish -l" +#: }} + +#: Keybindings (disable kitty tabs for Zellij) {{{ +map kitty_mod+t +map cmd+t +map kitty_mod+q +map cmd+w +map kitty_mod+right +map shift+cmd+] +map ctrl+tab +map kitty_mod+left +map shift+cmd+[ +map ctrl+shift+tab +map kitty_mod+. +map kitty_mod+, +#: }} + #: Fonts {{{ #: kitty has very powerful font management. You can configure diff --git a/niri/files/config.kdl b/niri/files/config.kdl index 10f59f8..4563403 100644 --- a/niri/files/config.kdl +++ b/niri/files/config.kdl @@ -237,7 +237,7 @@ binds { Mod+Shift+Slash { show-hotkey-overlay; } // APPLICATIONS - Mod+T hotkey-overlay-title="Open main Terminal" { spawn "alacritty"; } + Mod+T hotkey-overlay-title="Open main Terminal" { spawn "kitty"; } Super+E hotkey-overlay-title="Open Nautilus" { spawn "nautilus"; } // SCRIPTS diff --git a/pi/files/agent/settings.json b/pi/files/agent/settings.json index 93aa2b1..c5506c1 100644 --- a/pi/files/agent/settings.json +++ b/pi/files/agent/settings.json @@ -2,6 +2,6 @@ "lastChangelogVersion": "0.54.0", "defaultProvider": "openrouter", "defaultModel": "openai/gpt-5.2-codex", - "defaultThinkingLevel": "high", + "defaultThinkingLevel": "minimal", "theme": "matugen" } \ No newline at end of file