hosts/hyacinth: DP-1 -> DisplayPort-0
This commit is contained in:
parent
07d84e0d9c
commit
c6a5c808e2
3 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue