alien: configure 4k dp monitor
This commit is contained in:
parent
9980c7fa8e
commit
3431f28102
2 changed files with 9 additions and 3 deletions
|
|
@ -22,6 +22,15 @@
|
||||||
enableDdcSupport = true;
|
enableDdcSupport = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.niri.settings.outputs."DP-1" = {
|
||||||
|
mode = {
|
||||||
|
width = 3840;
|
||||||
|
height = 2160;
|
||||||
|
refresh = 143.999;
|
||||||
|
};
|
||||||
|
scale = 1.75;
|
||||||
|
};
|
||||||
|
|
||||||
programs.plasma = {
|
programs.plasma = {
|
||||||
panels = [
|
panels = [
|
||||||
# Alternative global menu to fit the modified taskbar
|
# Alternative global menu to fit the modified taskbar
|
||||||
|
|
|
||||||
|
|
@ -52,9 +52,6 @@
|
||||||
"HDMI-A-1" = {
|
"HDMI-A-1" = {
|
||||||
scale = 2;
|
scale = 2;
|
||||||
};
|
};
|
||||||
"DP-1" = {
|
|
||||||
scale = 2;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
cursor = {
|
cursor = {
|
||||||
hide-when-typing = true;
|
hide-when-typing = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue