diff --git a/.config/i3/config b/.config/i3/config
index dc75822c..7038df8f 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -128,8 +128,8 @@ bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume 0 -5% #d
 bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute 0 toggle # mute sound
 
 # Brightness controls
-#bindsym XF86MonBrightnessUp exec xbacklight -inc 5 # increase screen brightness
-#bindsym XF86MonBrightnessDown exec xbacklight -dec 5 # decrease screen brightness
+bindsym XF86MonBrightnessUp exec xbacklight -inc 5 # increase screen brightness
+bindsym XF86MonBrightnessDown exec xbacklight -dec 5 # decrease screen brightness
 
 # mpv-xwinwrap controls
 bindsym $mod+p exec --no-startup-id "~/.bin/mpv-xwinwrap"