flake: Synchronize upstream inputs for flake and fix niri config
This commit is contained in:
parent
eae222883f
commit
e629204c18
4 changed files with 201 additions and 183 deletions
|
|
@ -5,15 +5,17 @@ in {
|
|||
extraConfig = let
|
||||
output = node "output";
|
||||
in [
|
||||
(output "eDP-1" [
|
||||
(leaf "mode" "1920x1200@60.018")
|
||||
(leaf "scale" 1.0)
|
||||
(output ["eDP-1"] [
|
||||
(leaf "mode" ["1920x1200@60.018"])
|
||||
(leaf "scale" [1.0])
|
||||
(flag "focus-at-startup")
|
||||
(leaf "position" {
|
||||
x = 0;
|
||||
y = 0;
|
||||
})
|
||||
(leaf "transform" "normal")
|
||||
(leaf "position" [
|
||||
{
|
||||
x = 0;
|
||||
y = 0;
|
||||
}
|
||||
])
|
||||
(leaf "transform" ["normal"])
|
||||
])
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue