fix neovide, reduce default terminal size

This commit is contained in:
Bit Borealis 2023-08-02 21:42:02 +00:00
parent ee7dd286c8
commit b7b08bc4d1
Signed by: theotheroracle
GPG key ID: 2D816A2DCA6E5649

View file

@ -307,7 +307,7 @@ fish_add_path ~/.local/bin/scripts
fish_add_path ~/.local/share/cargo/bin
fish_add_path /var/lib/flatpak/exports/bin
fish_vi_key_bindings
set -gx VISUAL neovide --nofork --multigrid
set -gx VISUAL neovide --nofork --geometry=84x28 --frame=none --multigrid
'';
};
programs.password-store = {
@ -329,7 +329,7 @@ return {
window_decorations = "INTEGRATED_BUTTONS | RESIZE",
integrated_title_button_style = "Gnome",
integrated_title_buttons = { 'Close' },
initial_cols = 86,
initial_cols = 84,
initial_rows = 28,
window_frame = {
inactive_titlebar_bg = '#1e1e2e',
@ -352,7 +352,7 @@ return {
tab_bar_style = "hidden";
hide_window_decorations = true;
remember_window_size = false;
initial_window_width = "86c";
initial_window_width = "84c";
initial_window_height = "28c";
allow_remote_control = true;
shell = ".";