niri: kitty width
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
path=$(dirname "$(readlink -f "$0")")
|
||||
[ -f "$HOME/.local/snippets/apply-color-helper" ] || {
|
||||
echo "Missing helper script: $HOME/.local/snippets/apply-color-helper"
|
||||
exit 1
|
||||
|
||||
@@ -36,6 +36,9 @@ map ctrl+down next_window
|
||||
cursor_trail 1
|
||||
cursor_shape beam
|
||||
|
||||
remember_window_size no
|
||||
initial_window_width 1021
|
||||
|
||||
include Catppuccin-Mocha.conf
|
||||
|
||||
map ctrl+plus change_font_size all +1
|
||||
|
||||
@@ -209,10 +209,10 @@ window-rule {
|
||||
}
|
||||
|
||||
// Normal terminal
|
||||
window-rule {
|
||||
match app-id="kitty"
|
||||
default-column-width { proportion 0.3; }
|
||||
}
|
||||
// window-rule {
|
||||
// match app-id="kitty"
|
||||
// default-column-width { proportion 0.3; }
|
||||
// }
|
||||
|
||||
// Scrcpy
|
||||
window-rule {
|
||||
|
||||
Reference in New Issue
Block a user