move macbook display to its home/hosts
This commit is contained in:
parent
ca3d16bed7
commit
9b2d9cfedb
2 changed files with 37 additions and 28 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
colors = {
|
colors = {
|
||||||
scheme = "hopscotch";
|
scheme = "pnevma";
|
||||||
accent = "base09";
|
accent = "base09";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -18,28 +18,43 @@
|
||||||
moonlight-qt
|
moonlight-qt
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.noctalia-shell.settings.bar = {
|
programs = {
|
||||||
position = "top";
|
noctalia-shell.settings.bar = {
|
||||||
density = "spacious";
|
position = "top";
|
||||||
};
|
density = "spacious";
|
||||||
|
};
|
||||||
|
|
||||||
programs.plasma = lib.mkDefault {
|
niri.settings.outputs."eDP-1" = {
|
||||||
input.touchpads = [
|
scale = 1.5;
|
||||||
{
|
mode = {
|
||||||
name = "Apple MTP multi-touch";
|
width = 3024;
|
||||||
vendorId = "05ac";
|
height = 1964;
|
||||||
productId = "0352";
|
refresh = 60.000;
|
||||||
disableWhileTyping = false;
|
};
|
||||||
enable = true;
|
position = {
|
||||||
tapToClick = false;
|
x = 272;
|
||||||
naturalScroll = true;
|
y = 1440;
|
||||||
accelerationProfile = "default";
|
};
|
||||||
}
|
};
|
||||||
];
|
|
||||||
|
|
||||||
shortcuts = {
|
plasma = lib.mkDefault {
|
||||||
# this is really annoying on apple laptops
|
input.touchpads = [
|
||||||
org_kde_powerdevil.Sleep = [ ];
|
{
|
||||||
|
name = "Apple MTP multi-touch";
|
||||||
|
vendorId = "05ac";
|
||||||
|
productId = "0352";
|
||||||
|
disableWhileTyping = false;
|
||||||
|
enable = true;
|
||||||
|
tapToClick = false;
|
||||||
|
naturalScroll = true;
|
||||||
|
accelerationProfile = "default";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
|
||||||
|
shortcuts = {
|
||||||
|
# this is really annoying on apple laptops
|
||||||
|
org_kde_powerdevil.Sleep = [ ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -48,13 +48,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
outputs = {
|
outputs = {
|
||||||
"eDP-1" = {
|
|
||||||
scale = 1.5;
|
|
||||||
position = {
|
|
||||||
x = 272;
|
|
||||||
y = 1440;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
"HDMI-A-1" = {
|
"HDMI-A-1" = {
|
||||||
mode = {
|
mode = {
|
||||||
width = 3840;
|
width = 3840;
|
||||||
|
|
@ -133,6 +126,7 @@
|
||||||
noise = 0.05;
|
noise = 0.05;
|
||||||
saturation = 1;
|
saturation = 1;
|
||||||
};
|
};
|
||||||
|
draw-border-with-background = false;
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
matches = [
|
matches = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue