diff options
| author | Jake Koroman <jake@jakekoroman.com> | 2025-07-26 12:25:38 -0400 |
|---|---|---|
| committer | Jake Koroman <jake@jakekoroman.com> | 2025-07-26 12:25:38 -0400 |
| commit | e3fcd4d7f1fed738125595d42754d7f7a039aca2 (patch) | |
| tree | e052fb6e49fb9bd72cc9a748753c3d2286ed9000 /sxhkd | |
| parent | 915ec1299a9f42620684f6d0a4ee20321c30b3cb (diff) | |
updates.
Diffstat (limited to 'sxhkd')
| -rw-r--r-- | sxhkd/sxhkdrc | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc index 870db32..bf0f909 100644 --- a/sxhkd/sxhkdrc +++ b/sxhkd/sxhkdrc @@ -38,4 +38,13 @@ XF86MonBrightnessUp brightnessctl set 5%+ XF86MonBrightnessDown - brightnessctl set 5%-
\ No newline at end of file + brightnessctl set 5%- + +XF86AudioRaiseVolume + wpctl set-volume @DEFAULT_SINK@ 2%+ + +XF86AudioLowerVolume + wpctl set-volume @DEFAULT_SINK@ 2%- + +XF86AudioMute + wpctl set-mute @DEFAULT_SINK@ toggle |
