This commit is contained in:
Madeleine Sydney
2025-03-23 23:16:03 -06:00
parent c3c1359b4f
commit ef9943b707
22 changed files with 300 additions and 106 deletions

View File

@@ -21,7 +21,7 @@ in {
config = lib.mkIf cfg.enable {
stylix.targets.swaylock.enable = true;
programs.niri = {
# Activates some Nixpkgs patches to help run Electron applications under
# Wayland.
@@ -57,7 +57,7 @@ in {
layout = {
gaps = 8;
# center-focused-column = "always";
center-focused-column = "on-overflow";
center-focused-column = "never";
preset-column-widths = [
{ proportion = 1.0 / 3.0; }
{ proportion = 1.0 / 2.0; }
@@ -91,6 +91,12 @@ in {
size = 24;
};
window-rules = [
{
matches = [
{ title = "Element.*wishdir"; }
];
block-out-from = "screen-capture";
}
{
# This regular expression is intentionally made as specific as
# possible, since this is the default config, and we want no false