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
|
|
@ -1,6 +1,6 @@
|
|||
{pkgs, ...}: let
|
||||
extraConfig = ''
|
||||
output "DP-1" {
|
||||
output "DP-3" {
|
||||
mode "2560x1440@169.900"
|
||||
scale 1.0
|
||||
position x=0 y=0
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
}
|
||||
window-rule {
|
||||
match app-id="apps.regreet"
|
||||
open-on-output "DP-1"
|
||||
open-on-output "DP-3"
|
||||
}
|
||||
'';
|
||||
in {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue