set primary screen in niri config

This commit is contained in:
ulic-youthlic 2025-05-02 15:36:40 +08:00
parent 3ba65b99e1
commit 11c79bbe01
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
2 changed files with 2 additions and 0 deletions

View file

@ -9,6 +9,7 @@ in {
(output "eDP-1" [ (output "eDP-1" [
(leaf "mode" "1920x1200@60.018") (leaf "mode" "1920x1200@60.018")
(leaf "scale" 1.0) (leaf "scale" 1.0)
(flag "focus-at-startup")
(leaf "position" { (leaf "position" {
x = 0; x = 0;
y = 0; y = 0;

View file

@ -14,6 +14,7 @@ in {
y = 0; y = 0;
}) })
(leaf "transform" "normal") (leaf "transform" "normal")
(flag "focus-at-startup")
]) ])
(output "eDP-1" [ (output "eDP-1" [
(leaf "mode" "2560x1440@165.003") (leaf "mode" "2560x1440@165.003")