summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2025-05-29 23:38:46 +0200
committerThomas Voss <mail@thomasvoss.com> 2025-05-29 23:38:46 +0200
commitb88deb83ff2f2da6d9d68f7e0e39ab25b087fd4d (patch)
tree7c632dbba17d9ca40c1caa4c7e857e51093a03fb /.config
parent5c48d11da28dbedcb0c72f44cb284037f24dcd4f (diff)
Hyprland: Configure media keys
Diffstat (limited to '.config')
-rw-r--r--.config/hypr/hyprland.conf.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/hypr/hyprland.conf.in b/.config/hypr/hyprland.conf.in
index 7c7ee7f..cfd3dc5 100644
--- a/.config/hypr/hyprland.conf.in
+++ b/.config/hypr/hyprland.conf.in
@@ -175,6 +175,10 @@ __bind(SHIFT, xf86monbrightnessup, lux -S 50)
__binde(, xf86monbrightnessdown, lux -D 5)
__bind(SHIFT, xf86monbrightnessdown, lux -s 0)
+__binde(, xf86audioplay, playerctl play-pause)
+__binde(, xf86audionext, playerctl next)
+__binde(, xf86audioprev, playerctl previous)
+
# Settings key on Framework laptop
__binde(, xf86audiomedia,
foot sh -c 'cd ~/.config/hypr && nvim hyprland.conf.in')