This commit is contained in:
Nathan Braswell
2026-01-01 12:30:15 -05:00
parent e7d11e541d
commit ca3c834cc8
4 changed files with 7 additions and 6 deletions

View File

@@ -96,11 +96,11 @@
programs.niri.settings = {
prefer-no-csd = true;
# TV at 1080 instead of 4k
#outputs."DP-4".mode = {
# width = 1920;
# height = 1080;
# refresh = 60.000;
#};
outputs."DP-4".mode = {
width = 1920;
height = 1080;
refresh = 60.000;
};
input.keyboard.xkb = {
options = "ctrl:nocaps";
};