Skip to content

Commit

Permalink
🔧 (kanshi): update rf_fj profile
Browse files Browse the repository at this point in the history
  • Loading branch information
elythh committed Feb 5, 2025
1 parent 2b0ac3f commit 9cea82b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions modules/home/opt/services/kanshi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -130,16 +130,21 @@ in
];
}
{
profile.name = "work_single_monitor";
profile.name = "work_fj";
profile.outputs = [
{
criteria = "eDP-1";
status = "disable";
}
{
criteria = "BNQ BenQ BL2480 HCL0111701Q";
position = "0,0";
transform = "90";
}
{
criteria = "BNQ BenQ BL2480 HCL0116301Q";
mode = "1920x1080";
position = "0,0";
position = "1080,0";
}
];
}
Expand Down

0 comments on commit 9cea82b

Please sign in to comment.