max brightness cuz brightness media keys seem broken

This commit is contained in:
2026-05-13 08:26:43 +02:00
parent 52e80dd8c7
commit 0cb7b324ea
+1
View File
@@ -6,4 +6,5 @@ hl.on("hyprland.start", function()
hl.exec_cmd("wl-paste --type image --watch cliphist store") hl.exec_cmd("wl-paste --type image --watch cliphist store")
hl.exec_cmd("hyprsunset -i") hl.exec_cmd("hyprsunset -i")
hl.exec_cmd("nextcloud --background") hl.exec_cmd("nextcloud --background")
hl.exec_cmd("brightnessctl set 100%")
end) end)