diff --git a/home.nix b/home.nix index 38cad1c..c872ba6 100644 --- a/home.nix +++ b/home.nix @@ -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 = ".";