changes to niri

This commit is contained in:
Sean Kovacs 2026-01-15 11:33:14 -05:00
commit 620a906c3e
Signed by: sckova
GPG key ID: 00F325187C68651A

View file

@ -5,9 +5,8 @@
}: { }: {
# https://github.com/sodiboo/niri-flake/blob/main/docs.md # https://github.com/sodiboo/niri-flake/blob/main/docs.md
programs.niri = { programs.niri = {
package = pkgs.niri-unstable.overrideAttrs (old: { # handle package systemwide
doCheck = false; package = null;
});
settings = { settings = {
screenshot-path = "~/Pictures/Screenshots/Screenshot from %Y-%m-%d %H-%M-%S.png"; screenshot-path = "~/Pictures/Screenshots/Screenshot from %Y-%m-%d %H-%M-%S.png";
@ -51,7 +50,7 @@
}; };
outputs = { outputs = {
"eDP-1" = { "eDP-1" = {
scale = 1.75; scale = 1.66666;
}; };
"HDMI-A-1" = { "HDMI-A-1" = {
mode = { mode = {
@ -114,7 +113,7 @@
{ {
matches = [ matches = [
{ {
app-id = "firefox$"; app-id = "librewolf$";
title = "^Picture-in-Picture$"; title = "^Picture-in-Picture$";
} }
]; ];
@ -387,8 +386,6 @@
"Mod+Shift+F".action.maximize-window-to-edges = {}; "Mod+Shift+F".action.maximize-window-to-edges = {};
"Mod+Ctrl+Shift+F".action.fullscreen-window = {}; "Mod+Ctrl+Shift+F".action.fullscreen-window = {};
"Mod+Ctrl+F".action.expand-column-to-available-width = {};
"Mod+C".action.center-column = {}; "Mod+C".action.center-column = {};
"Mod+Ctrl+C".action.center-visible-columns = {}; "Mod+Ctrl+C".action.center-visible-columns = {};