From 551d507c319654981b634e4c7f66bd63b769bb25 Mon Sep 17 00:00:00 2001 From: AramJonghu Date: Sat, 6 Jun 2026 04:28:44 +0200 Subject: [PATCH] brightnessctl hack with zigbright, mirror monitor --- modules/executes.lua | 2 +- modules/monitors.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/executes.lua b/modules/executes.lua index feb1030..37067a2 100644 --- a/modules/executes.lua +++ b/modules/executes.lua @@ -6,5 +6,5 @@ hl.on("hyprland.start", function() hl.exec_cmd("wl-paste --type image --watch cliphist store") hl.exec_cmd("hyprsunset -i") hl.exec_cmd("nextcloud --background") - hl.exec_cmd("brightnessctl set 100%") + hl.exec_cmd("zigbright listen") end) diff --git a/modules/monitors.lua b/modules/monitors.lua index 106e00f..c3e2006 100644 --- a/modules/monitors.lua +++ b/modules/monitors.lua @@ -14,5 +14,5 @@ hl.monitor({ scale = 1.5, bitdepth = 10, cm = "srgb", - -- mirror = "eDP-1" + mirror = "eDP-1" })