diff --git a/sway/config.d/misc b/sway/config.d/misc
index 818d007..550038b 100644
--- a/sway/config.d/misc
+++ b/sway/config.d/misc
@@ -87,6 +87,7 @@ exec "command_exists() { type '$1' &>/dev/null; }; if command_exists 'xbps-insta
 # misc daemon stuff
 exec "kanshi"
 exec "wluma"
+bindsym Mod4+Alt+XF86AudioMedia exec "pkill -9 wluma; wluma"
 
 # adjust PPD settings on framework 13
 bindsym XF86AudioMedia exec "if powerprofilesctl get | grep -q 'power-saver' ; then powerprofilesctl set 'balanced' && notify-send 'PPD set to balanced'; else powerprofilesctl set 'power-saver' && notify-send 'PPD set to power-saver'; fi"