add a specialisation for niri with hybrid gpu mode
This commit is contained in:
parent
3cebfb6a4c
commit
cf70828749
5 changed files with 50 additions and 17 deletions
|
|
@ -5,6 +5,16 @@ in {
|
|||
extraConfig = let
|
||||
output = node "output";
|
||||
in [
|
||||
(output "DP-3" [
|
||||
(leaf "mode" "2560x1440@169.900")
|
||||
(leaf "scale" 1.0)
|
||||
(leaf "position" {
|
||||
x = 0;
|
||||
y = 0;
|
||||
})
|
||||
(leaf "transform" "normal")
|
||||
(flag "focus-at-startup")
|
||||
])
|
||||
(output "DP-1" [
|
||||
(leaf "mode" "2560x1440@169.900")
|
||||
(leaf "scale" 1.0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue