#!/bin/bash

# Your main monitor (change this)
MONITOR="DP-1"

hyprctl keyword monitor HDMI-A-1,1280x800@90,auto,1,bitdepth,10

# Disable the monitor
hyprctl keyword monitor $MONITOR,disable

