some ghostty related fix
This commit is contained in:
6
config/shell/.config/fish/post.d/ghostty.fish
Normal file
6
config/shell/.config/fish/post.d/ghostty.fish
Normal file
@@ -0,0 +1,6 @@
|
||||
if string match -q '*ghostty*' $TERM && test $XDG_CURRENT_DESKTOP = niri
|
||||
if test "$ghostty_niri_initialized" != "1"
|
||||
set -xg ghostty_niri_initialized 1
|
||||
niri msg action set-column-width 50%
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user