Skip to content

Commit

Permalink
hprland: reduce overhead on hz
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses committed Nov 3, 2023
1 parent 809a9f1 commit 9d76071
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions home/isabel/programs/wm/hyprland/config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,8 @@ in {

extraConfig = let
mapMonitors = builtins.concatStringsSep "\n" (imap0 (i: monitor: ''monitor=${monitor},${
if monitor == "DP-1"
then "1920x1080@144"
if monitor == "eDP-1"
then "1920x1080@60"
else "preferred"
},${toString (i * 1920)}x0,1'') monitors);

Expand Down

0 comments on commit 9d76071

Please sign in to comment.