diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-08-03 22:58:56 -0400 |
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-08-03 22:58:56 -0400 |
| commit | 193d559a191e72ab09b944f596ceb037e5b8bea8 (patch) | |
| tree | 0e2cfd6aed2609aea8b1b8d98ceb7ddaaf3df9a1 | |
| parent | 0e9390631b2f2c147135f97b0ef59159f4762719 (diff) | |
Change for BT headphones to not require double tap
| -rw-r--r-- | home-config/hypr/hyprland.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home-config/hypr/hyprland.conf b/home-config/hypr/hyprland.conf index fa5e6e4..c1beea6 100644 --- a/home-config/hypr/hyprland.conf +++ b/home-config/hypr/hyprland.conf | |||
| @@ -127,6 +127,7 @@ bind = ,XF86AudioRaiseVolume, exec, pamixer -i 5 | |||
| 127 | bind = ,XF86AudioLowerVolume, exec, pamixer -d 5 | 127 | bind = ,XF86AudioLowerVolume, exec, pamixer -d 5 |
| 128 | bind = ,XF86AudioMute, exec, pamixer -t | 128 | bind = ,XF86AudioMute, exec, pamixer -t |
| 129 | bind = ,XF86AudioPlay, exec, playerctl play-pause | 129 | bind = ,XF86AudioPlay, exec, playerctl play-pause |
| 130 | bind = ,XF86AudioPause, exec, playerctl play-pause | ||
| 130 | bind = ,XF86AudioNext, exec, playerctl next | 131 | bind = ,XF86AudioNext, exec, playerctl next |
| 131 | bind = ,XF86AudioPrev, exec, playerctl previous | 132 | bind = ,XF86AudioPrev, exec, playerctl previous |
| 132 | bind = ,XF86AudioStop, exec, playerctl stop | 133 | bind = ,XF86AudioStop, exec, playerctl stop |
