disable hdmi monitor
This commit is contained in:
@@ -85,7 +85,7 @@
|
||||
sleep 3
|
||||
hyprctl reload &
|
||||
novnc &
|
||||
tmux new-session -s hyprland
|
||||
#tmux new-session -s hyprland
|
||||
'')
|
||||
|
||||
(pkgs.writeShellScriptBin "colorPrefix" ''
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
monitor = if config.homeconfig.host == "laptop" then ''
|
||||
monitor=eDP-1,1920x1080@60,0x0,1
|
||||
'' 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
|
||||
'' else '''';
|
||||
in ''
|
||||
|
||||
Reference in New Issue
Block a user