Skip to content

Commit

Permalink
rollback to brightnessctl
Browse files Browse the repository at this point in the history
  • Loading branch information
hakan-demirli committed Oct 22, 2023
1 parent 435b3ce commit 860aac3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .config/hypr/hyprland.conf
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ bindl = , XF86AudioRaiseVolume , exec, swayosd-client --output-volume raise
bindl = , XF86AudioLowerVolume , exec, swayosd-client --output-volume lower
bindl = , XF86AudioMute , exec, swayosd-client --output-volume mute-toggle
bindl = , XF86AudioMicMute , exec, swayosd-client --input-volume mute-toggle
bindl = , XF86MonBrightnessDown, exec, swayosd-client --brightness lower
bindl = , XF86MonBrightnessUp , exec, swayosd-client --brightness raise
bindl = , XF86MonBrightnessDown, exec, brightnessctl s 10%- # light -U 5
bindl = , XF86MonBrightnessUp , exec, brightnessctl s 10%+ # light -A 5
bindl = , XF86AudioPlay , exec, playerctl play-pause
bindl = , XF86AudioNext , exec, playerctl next
bindl = , XF86AudioPrev , exec, playerctl previous
Expand Down

0 comments on commit 860aac3

Please # to comment.