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" ];
|
||||
};
|
||||
services.xserver.xrandrHeads = [{
|
||||
output = "DisplayPort-0";
|
||||
output = "DP-1";
|
||||
primary = true;
|
||||
monitorConfig = ''
|
||||
Modeline "1920x1080_165.00" 525.00 1920 2088 2296 2672 1080 1083 1088 1192 -hsync +vsync
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
{ config, pkgs, ... }: {
|
||||
xsession.windowManager.bspwm = {
|
||||
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 = {
|
||||
window_gap = 10;
|
||||
border_width = 0;
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
script = builtins.readFile ../../scripts/polybar.sh;
|
||||
settings = {
|
||||
"bar/scroller" = {
|
||||
monitor = "DisplayPort-0";
|
||||
monitor = "DP-1";
|
||||
width = "100%";
|
||||
height = 1;
|
||||
background = colours.background1;
|
||||
|
|
@ -28,7 +28,7 @@
|
|||
};
|
||||
|
||||
"bar/top" = {
|
||||
monitor = "DisplayPort-0";
|
||||
monitor = "DP-1";
|
||||
width = "100%";
|
||||
height = 29;
|
||||
background = colours.background1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue