fix neovide, reduce default terminal size
This commit is contained in:
parent
ee7dd286c8
commit
b7b08bc4d1
6
home.nix
6
home.nix
|
@ -307,7 +307,7 @@ fish_add_path ~/.local/bin/scripts
|
||||||
fish_add_path ~/.local/share/cargo/bin
|
fish_add_path ~/.local/share/cargo/bin
|
||||||
fish_add_path /var/lib/flatpak/exports/bin
|
fish_add_path /var/lib/flatpak/exports/bin
|
||||||
fish_vi_key_bindings
|
fish_vi_key_bindings
|
||||||
set -gx VISUAL neovide --nofork --multigrid
|
set -gx VISUAL neovide --nofork --geometry=84x28 --frame=none --multigrid
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
programs.password-store = {
|
programs.password-store = {
|
||||||
|
@ -329,7 +329,7 @@ return {
|
||||||
window_decorations = "INTEGRATED_BUTTONS | RESIZE",
|
window_decorations = "INTEGRATED_BUTTONS | RESIZE",
|
||||||
integrated_title_button_style = "Gnome",
|
integrated_title_button_style = "Gnome",
|
||||||
integrated_title_buttons = { 'Close' },
|
integrated_title_buttons = { 'Close' },
|
||||||
initial_cols = 86,
|
initial_cols = 84,
|
||||||
initial_rows = 28,
|
initial_rows = 28,
|
||||||
window_frame = {
|
window_frame = {
|
||||||
inactive_titlebar_bg = '#1e1e2e',
|
inactive_titlebar_bg = '#1e1e2e',
|
||||||
|
@ -352,7 +352,7 @@ return {
|
||||||
tab_bar_style = "hidden";
|
tab_bar_style = "hidden";
|
||||||
hide_window_decorations = true;
|
hide_window_decorations = true;
|
||||||
remember_window_size = false;
|
remember_window_size = false;
|
||||||
initial_window_width = "86c";
|
initial_window_width = "84c";
|
||||||
initial_window_height = "28c";
|
initial_window_height = "28c";
|
||||||
allow_remote_control = true;
|
allow_remote_control = true;
|
||||||
shell = ".";
|
shell = ".";
|
||||||
|
|
Loading…
Reference in a new issue