No rio for now. More cleaning

master
Dustin Swan 3 months ago
parent 9287f42267
commit 240c0e6ff3
Signed by: dustinswan
GPG Key ID: AB49BD6B2B3A6377

@ -4,41 +4,41 @@
# home.packages = with pkgs; [ iosevka-bin ];
fonts.fontconfig.enable = true;
programs.rio = {
enable = true;
settings = {
fonts = {
family = "Iosevka Nerd Font";
size = 20;
};
window = {
foreground-opacity = 1.0;
background-opacity = 0.9;
blur = true;
};
# disable-ctlseqs-alt = true;
option-as-alt = "left";
padding-x = 10;
adaptive-theme = {
dark = "catppuccin-mocha";
light = "catppuccin-latte";
};
navigation = {
# mode = "Plain";
mode = "Breadcrumb";
};
bindings = {
keys = [
{ key = "w"; "with" = "control"; bytes = [27 91 53 126]; }
];
};
};
};
# programs.rio = {
# enable = true;
# settings = {
# fonts = {
# family = "Iosevka Nerd Font";
# size = 20;
# };
# window = {
# foreground-opacity = 1.0;
# background-opacity = 0.9;
# blur = true;
# };
# # disable-ctlseqs-alt = true;
# option-as-alt = "left";
# padding-x = 10;
# adaptive-theme = {
# dark = "catppuccin-mocha";
# light = "catppuccin-latte";
# };
# navigation = {
# # mode = "Plain";
# mode = "Breadcrumb";
# };
# bindings = {
# keys = [
# { key = "w"; "with" = "control"; bytes = [27 91 53 126]; }
# ];
# };
# };
# };
programs.alacritty = {
enable = true;
@ -57,10 +57,6 @@
italic.family = "Iosevka NF";
size = 16.0;
};
keyboard.bindings = [
# { key = "F"; mods = "Alt"; chars = "\\x1Bf"; }
# { key = "B"; mods = "Alt"; chars = "\\x1Bb"; }
];
};
};
}

Loading…
Cancel
Save