changes to niri
This commit is contained in:
parent
b3b2cddabe
commit
620a906c3e
1 changed files with 4 additions and 7 deletions
|
|
@ -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 = {};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue