niri: kitty width

This commit is contained in:
2025-11-14 13:19:15 +01:00
parent b3a57a8398
commit c9076b74ab
3 changed files with 7 additions and 5 deletions

View File

@@ -1,6 +1,5 @@
#!/bin/bash #!/bin/bash
path=$(dirname "$(readlink -f "$0")")
[ -f "$HOME/.local/snippets/apply-color-helper" ] || { [ -f "$HOME/.local/snippets/apply-color-helper" ] || {
echo "Missing helper script: $HOME/.local/snippets/apply-color-helper" echo "Missing helper script: $HOME/.local/snippets/apply-color-helper"
exit 1 exit 1

View File

@@ -36,6 +36,9 @@ map ctrl+down next_window
cursor_trail 1 cursor_trail 1
cursor_shape beam cursor_shape beam
remember_window_size no
initial_window_width 1021
include Catppuccin-Mocha.conf include Catppuccin-Mocha.conf
map ctrl+plus change_font_size all +1 map ctrl+plus change_font_size all +1

View File

@@ -209,10 +209,10 @@ window-rule {
} }
// Normal terminal // Normal terminal
window-rule { // window-rule {
match app-id="kitty" // match app-id="kitty"
default-column-width { proportion 0.3; } // default-column-width { proportion 0.3; }
} // }
// Scrcpy // Scrcpy
window-rule { window-rule {