hosts: desktop: disable mdns and set new monitor setup
This commit is contained in:
parent
9aef89016d
commit
3168ec01b9
@ -74,15 +74,15 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
drivers = [ pkgs.gutenprint ];
|
drivers = [ pkgs.gutenprint ];
|
||||||
};
|
};
|
||||||
avahi = { # Needed to find wireless printer
|
#avahi = { # Needed to find wireless printer
|
||||||
enable = true;
|
# enable = true;
|
||||||
nssmdns = true;
|
# nssmdns = true;
|
||||||
publish = { # Needed for detecting the scanner
|
# publish = { # Needed for detecting the scanner
|
||||||
enable = true;
|
# enable = true;
|
||||||
addresses = true;
|
# addresses = true;
|
||||||
userServices = true;
|
# userServices = true;
|
||||||
};
|
# };
|
||||||
};
|
#};
|
||||||
hardware.openrgb = {
|
hardware.openrgb = {
|
||||||
enable = true;
|
enable = true;
|
||||||
motherboard = "amd";
|
motherboard = "amd";
|
||||||
|
@ -48,13 +48,18 @@
|
|||||||
"*" = {
|
"*" = {
|
||||||
bg = "$HOME/.config/wall fill";
|
bg = "$HOME/.config/wall fill";
|
||||||
};
|
};
|
||||||
"HDMI-A-1" = {
|
#"HDMI-A-1" = {
|
||||||
mode = "1920x1080";
|
# mode = "2560x1440";
|
||||||
|
# pos = "0,0";
|
||||||
|
# #scale = "1.1";
|
||||||
|
#};
|
||||||
|
"DP-2" = {
|
||||||
|
mode = "2560x1440";
|
||||||
pos = "0,0";
|
pos = "0,0";
|
||||||
};
|
};
|
||||||
"DP-1" = {
|
"DP-3" = {
|
||||||
mode = "2560x1080";
|
mode = "1920x1200";
|
||||||
pos = "1920,0";
|
pos = "2560,120";
|
||||||
};
|
};
|
||||||
#"eDP-1" = {
|
#"eDP-1" = {
|
||||||
# mode = "1920x1080";
|
# mode = "1920x1080";
|
||||||
@ -244,8 +249,8 @@
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
set $output-primary DP-1
|
set $output-primary DP-2
|
||||||
set $output-secondary HDMI-A-1
|
set $output-secondary DP-3
|
||||||
|
|
||||||
workspace 1 output $output-secondary
|
workspace 1 output $output-secondary
|
||||||
workspace 2 output $output-primary
|
workspace 2 output $output-primary
|
||||||
|
Loading…
Reference in New Issue
Block a user