Merge branch 'master' of git.opal.sh:opal/opalfiles

This commit is contained in:
2026-03-04 08:26:48 -08:00

View File

@@ -85,7 +85,8 @@ output "DP-5" {
mode "2560x2880@59"
position x=2560 y=0
}
/-output "eDP-1" {
output "eDP-1" {
// Uncomment this line to disable this output.
// off
@@ -95,10 +96,10 @@ output "DP-5" {
// for the resolution.
// If the mode is omitted altogether or is invalid, niri will pick one automatically.
// Run `niri msg outputs` while inside a niri instance to list all outputs and their modes.
mode "1920x1080@120.030"
mode "1920x1200@60"
// You can use integer or fractional scale, for example use 1.5 for 150% scale.
scale 2
scale 1
// Transform allows to rotate the output counter-clockwise, valid values are:
// normal, 90, 180, 270, flipped, flipped-90, flipped-180 and flipped-270.
@@ -113,7 +114,7 @@ output "DP-5" {
// so to put another output directly adjacent to it on the right, set its x to 1920.
// If the position is unset or results in an overlap, the output is instead placed
// automatically.
position x=1280 y=0
// position x=1280 y=0
}
// Settings that influence how windows are positioned and sized.