niri: kitty width
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user