blah
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user