move macbook display to its home/hosts
This commit is contained in:
parent
f31403df40
commit
ef743497fd
2 changed files with 37 additions and 28 deletions
|
|
@ -5,7 +5,7 @@
|
|||
}:
|
||||
{
|
||||
colors = {
|
||||
scheme = "hopscotch";
|
||||
scheme = "pnevma";
|
||||
accent = "base09";
|
||||
};
|
||||
|
||||
|
|
@ -18,12 +18,26 @@
|
|||
moonlight-qt
|
||||
];
|
||||
|
||||
programs.noctalia-shell.settings.bar = {
|
||||
programs = {
|
||||
noctalia-shell.settings.bar = {
|
||||
position = "top";
|
||||
density = "spacious";
|
||||
};
|
||||
|
||||
programs.plasma = lib.mkDefault {
|
||||
niri.settings.outputs."eDP-1" = {
|
||||
scale = 1.5;
|
||||
mode = {
|
||||
width = 3024;
|
||||
height = 1964;
|
||||
refresh = 60.000;
|
||||
};
|
||||
position = {
|
||||
x = 272;
|
||||
y = 1440;
|
||||
};
|
||||
};
|
||||
|
||||
plasma = lib.mkDefault {
|
||||
input.touchpads = [
|
||||
{
|
||||
name = "Apple MTP multi-touch";
|
||||
|
|
@ -42,4 +56,5 @@
|
|||
org_kde_powerdevil.Sleep = [ ];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -48,13 +48,6 @@
|
|||
};
|
||||
};
|
||||
outputs = {
|
||||
"eDP-1" = {
|
||||
scale = 1.5;
|
||||
position = {
|
||||
x = 272;
|
||||
y = 1440;
|
||||
};
|
||||
};
|
||||
"HDMI-A-1" = {
|
||||
mode = {
|
||||
width = 3840;
|
||||
|
|
@ -133,6 +126,7 @@
|
|||
noise = 0.05;
|
||||
saturation = 1;
|
||||
};
|
||||
draw-border-with-background = false;
|
||||
}
|
||||
{
|
||||
matches = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue