No rio for now. More cleaning
This commit is contained in:
parent
9287f42267
commit
240c0e6ff3
1 changed files with 30 additions and 34 deletions
64
home-gui.nix
64
home-gui.nix
|
|
@ -4,41 +4,41 @@
|
||||||
# home.packages = with pkgs; [ iosevka-bin ];
|
# home.packages = with pkgs; [ iosevka-bin ];
|
||||||
fonts.fontconfig.enable = true;
|
fonts.fontconfig.enable = true;
|
||||||
|
|
||||||
programs.rio = {
|
# programs.rio = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
settings = {
|
# settings = {
|
||||||
fonts = {
|
# fonts = {
|
||||||
family = "Iosevka Nerd Font";
|
# family = "Iosevka Nerd Font";
|
||||||
size = 20;
|
# size = 20;
|
||||||
};
|
# };
|
||||||
|
|
||||||
window = {
|
# window = {
|
||||||
foreground-opacity = 1.0;
|
# foreground-opacity = 1.0;
|
||||||
background-opacity = 0.9;
|
# background-opacity = 0.9;
|
||||||
blur = true;
|
# blur = true;
|
||||||
};
|
# };
|
||||||
|
|
||||||
# disable-ctlseqs-alt = true;
|
# # disable-ctlseqs-alt = true;
|
||||||
option-as-alt = "left";
|
# option-as-alt = "left";
|
||||||
padding-x = 10;
|
# padding-x = 10;
|
||||||
|
|
||||||
adaptive-theme = {
|
# adaptive-theme = {
|
||||||
dark = "catppuccin-mocha";
|
# dark = "catppuccin-mocha";
|
||||||
light = "catppuccin-latte";
|
# light = "catppuccin-latte";
|
||||||
};
|
# };
|
||||||
|
|
||||||
navigation = {
|
# navigation = {
|
||||||
# mode = "Plain";
|
# # mode = "Plain";
|
||||||
mode = "Breadcrumb";
|
# mode = "Breadcrumb";
|
||||||
};
|
# };
|
||||||
|
|
||||||
bindings = {
|
# bindings = {
|
||||||
keys = [
|
# keys = [
|
||||||
{ key = "w"; "with" = "control"; bytes = [27 91 53 126]; }
|
# { key = "w"; "with" = "control"; bytes = [27 91 53 126]; }
|
||||||
];
|
# ];
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
|
|
||||||
programs.alacritty = {
|
programs.alacritty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
@ -57,10 +57,6 @@
|
||||||
italic.family = "Iosevka NF";
|
italic.family = "Iosevka NF";
|
||||||
size = 16.0;
|
size = 16.0;
|
||||||
};
|
};
|
||||||
keyboard.bindings = [
|
|
||||||
# { key = "F"; mods = "Alt"; chars = "\\x1Bf"; }
|
|
||||||
# { key = "B"; mods = "Alt"; chars = "\\x1Bb"; }
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue