lots of stuff idk
This commit is contained in:
parent
a18ceb4f2e
commit
4e5f0a6e0b
39 changed files with 439 additions and 81 deletions
20
home/profiles/nixdesk/kanshi.nix
Normal file
20
home/profiles/nixdesk/kanshi.nix
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
services.kanshi = {
|
||||
enable = true;
|
||||
systemdTarget = "hyprland-session.target";
|
||||
profiles."default" = {
|
||||
outputs = [
|
||||
{
|
||||
# criteria = "AOC 27G2G3";
|
||||
criteria = "DP-3";
|
||||
mode = "1920x1080@165Hz";
|
||||
}
|
||||
{
|
||||
# criteria = "AOC 24B1W";
|
||||
criteria = "HDMI-A-1";
|
||||
position = "1920,0";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue