added gestures, touch, max brightness default

This commit is contained in:
2026-05-27 20:47:32 +02:00
parent ddd43eb621
commit 1fea63a56f
2 changed files with 145 additions and 104 deletions
+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("hyprsunset -i")
hl.exec_cmd("nextcloud --background")
hl.exec_cmd("brightnessctl set 100%")
end)