enable niri variable refresh rate
This commit is contained in:
parent
31f9350f78
commit
928bdb251c
1 changed files with 4 additions and 1 deletions
|
@ -15,7 +15,10 @@ lib.mkIf config.desktop.wm.niri.enable {
|
|||
];
|
||||
|
||||
programs.niri.settings = {
|
||||
outputs."eDP-1".scale = 1.6;
|
||||
outputs."eDP-1" = {
|
||||
scale = 1.6;
|
||||
variable-refresh-rate = true;
|
||||
};
|
||||
|
||||
spawn-at-startup = [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue