hosts/hyacinth: DP-1 -> DisplayPort-0
This commit is contained in:
parent
07d84e0d9c
commit
c6a5c808e2
3 changed files with 4 additions and 4 deletions
|
|
@ -17,7 +17,7 @@
|
||||||
kernelModules = [ "v4l2loopback" ];
|
kernelModules = [ "v4l2loopback" ];
|
||||||
};
|
};
|
||||||
services.xserver.xrandrHeads = [{
|
services.xserver.xrandrHeads = [{
|
||||||
output = "DisplayPort-0";
|
output = "DP-1";
|
||||||
primary = true;
|
primary = true;
|
||||||
monitorConfig = ''
|
monitorConfig = ''
|
||||||
Modeline "1920x1080_165.00" 525.00 1920 2088 2296 2672 1080 1083 1088 1192 -hsync +vsync
|
Modeline "1920x1080_165.00" 525.00 1920 2088 2296 2672 1080 1083 1088 1192 -hsync +vsync
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
{ config, pkgs, ... }: {
|
{ config, pkgs, ... }: {
|
||||||
xsession.windowManager.bspwm = {
|
xsession.windowManager.bspwm = {
|
||||||
enable = true;
|
enable = true;
|
||||||
monitors = { "DisplayPort-0" = [ "1" "2" "3" "4" "5" "6" "7" "8" "9" "0"]; };
|
monitors = { "DP-1" = [ "1" "2" "3" "4" "5" "6" "7" "8" "9" "0"]; };
|
||||||
settings = {
|
settings = {
|
||||||
window_gap = 10;
|
window_gap = 10;
|
||||||
border_width = 0;
|
border_width = 0;
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
script = builtins.readFile ../../scripts/polybar.sh;
|
script = builtins.readFile ../../scripts/polybar.sh;
|
||||||
settings = {
|
settings = {
|
||||||
"bar/scroller" = {
|
"bar/scroller" = {
|
||||||
monitor = "DisplayPort-0";
|
monitor = "DP-1";
|
||||||
width = "100%";
|
width = "100%";
|
||||||
height = 1;
|
height = 1;
|
||||||
background = colours.background1;
|
background = colours.background1;
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
"bar/top" = {
|
"bar/top" = {
|
||||||
monitor = "DisplayPort-0";
|
monitor = "DP-1";
|
||||||
width = "100%";
|
width = "100%";
|
||||||
height = 29;
|
height = 29;
|
||||||
background = colours.background1;
|
background = colours.background1;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue