diff --git a/modules/profiles/desktop/brightness b/modules/profiles/desktop/brightness
index 585bb3c..f87a651 100755
--- a/modules/profiles/desktop/brightness
+++ b/modules/profiles/desktop/brightness
@@ -12,7 +12,7 @@ fi
 
 max=$(cat "$dir/max_brightness")
 now=$(cat "$dir/brightness")
-step=$((max * 3 / 100))
+step=$((max * 5 / 100))
 min=100
 
 clamp() {