浏览代码

Missing music binding for laptop

nixos
Maxime Wack 4 年前
父节点
当前提交
5da810fa62
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      .bspwm-session

+ 1
- 1
.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 &;;


正在加载...
取消
保存