10 lines
180 B
Plaintext
Executable File
10 lines
180 B
Plaintext
Executable File
|
|
# Your main monitor (change this)
|
|
MONITOR="DP-1"
|
|
|
|
# Create headless virtual display
|
|
hyprctl output create headless
|
|
|
|
# Disable the monitor
|
|
hyprctl keyword monitor $MONITOR,disable
|