added gestures, touch, max brightness default

This commit is contained in:
2026-07-07 21:28:46 +02:00
parent 1041a244ac
commit 09f35815c8
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)