feat(rafiq/hyprland): set monitor resolution
This commit is contained in:
parent
ee129ea287
commit
182dd20f88
3 changed files with 21 additions and 0 deletions
|
@ -5,6 +5,12 @@
|
|||
];
|
||||
|
||||
options.desktop = {
|
||||
mainMonitor = {
|
||||
id = lib.pantheon.mkStrOption;
|
||||
scale = lib.pantheon.mkStrOption;
|
||||
resolution = lib.pantheon.mkStrOption;
|
||||
refresh-rate = lib.pantheon.mkStrOption;
|
||||
};
|
||||
windowManager = lib.pantheon.mkStrOption;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue