Skip to content

Commit

Permalink
i3: Edited backlight control bindkeys
Browse files Browse the repository at this point in the history
  • Loading branch information
eminboydak committed Mar 5, 2024
1 parent d4a23c5 commit 62e281e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions i3/.config/i3/config
Original file line number Diff line number Diff line change
Expand Up @@ -221,10 +221,8 @@ mode "resize" {
}

# Screen brightness controls
bindsym XF86MonBrightnessUp exec "backlight_control +10"
bindsym XF86MonBrightnessDown exec "backlight_control -10"
# bindsym XF86MonBrightnessUp exec light -A 10
# bindsym XF86MonBrightnessDown exec light -U 10
bindsym XF86MonBrightnessUp exec light -A 10
bindsym XF86MonBrightnessDown exec light -U 10

# Set i3 workspace colors
# target title bg text indicator border
Expand Down

0 comments on commit 62e281e

Please sign in to comment.