From 5da810fa6234fa8a82fd4314111ed72c2213945c Mon Sep 17 00:00:00 2001 From: Maxime Wack Date: Fri, 1 May 2020 05:29:00 +0200 Subject: [PATCH] Missing music binding for laptop --- .bspwm-session | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bspwm-session b/.bspwm-session index 949a8f5..7dcb01f 100755 --- a/.bspwm-session +++ b/.bspwm-session @@ -39,7 +39,7 @@ done # Launch sxhkd: case $HOST in - laptop) sxhkd ~/.config/sxhkd/laptop ~/.config/sxhkd/volume &;; + laptop) sxhkd ~/.config/sxhkd/laptop ~/.config/sxhkd/volume ~/.config/sxhkd/music &;; home) sxhkd ~/.config/sxhkd/volume &;; hegp) sxhkd ~/.config/sxhkd/volume ~/.config/sxhkd/music &;; hegp-laptop) sxhkd ~/.config/sxhkd/volume ~/.config/sxhkd/music &;;