Added sunshine configuration

This commit is contained in:
2024-06-17 11:49:58 +02:00
parent 469f57c2d8
commit 2f6af8c9ae
4 changed files with 22 additions and 2 deletions

View File

@@ -24,7 +24,13 @@
wayland.windowManager.hyprland = {
enable = true;
settings = {
monitor = if hostName == "xv-laptop" then ",preferred,auto,1.333" else ",preferred,auto,auto";
monitor = if hostName == "xv-laptop" then [
"eDP-1,preferred,3840x0,1.333"
"DP-10,preferred,0x0,1"
"DP-9,preferred,1920x0,1"
] else [
",preferred,auto,auto"
];
exec-once = [
"waybar"
@@ -67,6 +73,7 @@
misc = {
vfr = "true";
vrr = 2;
force_default_wallpaper = "0";
};