move macbook display to its home/hosts
This commit is contained in:
parent
5565859b02
commit
97fccc7e21
2 changed files with 36 additions and 27 deletions
|
|
@ -18,28 +18,43 @@
|
|||
moonlight-qt
|
||||
];
|
||||
|
||||
programs.noctalia-shell.settings.bar = {
|
||||
position = "top";
|
||||
density = "spacious";
|
||||
};
|
||||
programs = {
|
||||
noctalia-shell.settings.bar = {
|
||||
position = "top";
|
||||
density = "spacious";
|
||||
};
|
||||
|
||||
programs.plasma = lib.mkDefault {
|
||||
input.touchpads = [
|
||||
{
|
||||
name = "Apple MTP multi-touch";
|
||||
vendorId = "05ac";
|
||||
productId = "0352";
|
||||
disableWhileTyping = false;
|
||||
enable = true;
|
||||
tapToClick = false;
|
||||
naturalScroll = true;
|
||||
accelerationProfile = "default";
|
||||
}
|
||||
];
|
||||
niri.settings.outputs."eDP-1" = {
|
||||
scale = 1.5;
|
||||
mode = {
|
||||
width = 3024;
|
||||
height = 1964;
|
||||
refresh = 60.000;
|
||||
};
|
||||
position = {
|
||||
x = 272;
|
||||
y = 1440;
|
||||
};
|
||||
};
|
||||
|
||||
shortcuts = {
|
||||
# this is really annoying on apple laptops
|
||||
org_kde_powerdevil.Sleep = [ ];
|
||||
plasma = lib.mkDefault {
|
||||
input.touchpads = [
|
||||
{
|
||||
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 = {
|
||||
"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