alien: configure 4k dp monitor

This commit is contained in:
Sean Kovacs 2025-12-15 12:55:38 -05:00
commit 76145f7df6
Signed by: sckova
GPG key ID: 00F325187C68651A
2 changed files with 9 additions and 3 deletions

View file

@ -22,6 +22,15 @@
enableDdcSupport = true;
};
programs.niri.settings.outputs."DP-1" = {
mode = {
width = 3840;
height = 2160;
refresh = 143.999;
};
scale = 1.75;
};
programs.plasma = {
panels = [
# Alternative global menu to fit the modified taskbar

View file

@ -52,9 +52,6 @@
"HDMI-A-1" = {
scale = 2;
};
"DP-1" = {
scale = 2;
};
};
cursor = {
hide-when-typing = true;