disable hdmi monitor

This commit is contained in:
2025-01-25 19:45:05 -06:00
parent b0de61a9a1
commit 61121a2d0d
2 changed files with 2 additions and 2 deletions

View File

@@ -85,7 +85,7 @@
sleep 3 sleep 3
hyprctl reload & hyprctl reload &
novnc & novnc &
tmux new-session -s hyprland #tmux new-session -s hyprland
'') '')
(pkgs.writeShellScriptBin "colorPrefix" '' (pkgs.writeShellScriptBin "colorPrefix" ''

View File

@@ -28,7 +28,7 @@
monitor = if config.homeconfig.host == "laptop" then '' monitor = if config.homeconfig.host == "laptop" then ''
monitor=eDP-1,1920x1080@60,0x0,1 monitor=eDP-1,1920x1080@60,0x0,1
'' else if config.homeconfig.host == "homebox" then '' '' else if config.homeconfig.host == "homebox" then ''
monitor=HDMI-A-2,1920x1080@60,0x1080,1 monitor=HDMI-A-2,disable
monitor=HEADLESS-2,1920x1080@60,0x0,1 monitor=HEADLESS-2,1920x1080@60,0x0,1
'' else ''''; '' else '''';
in '' in ''