Browse Source

Fix sxhkd call on hegp

nixos
Maxime Wack 4 years ago
parent
commit
b4ec75892c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .bspwm-session

+ 1
- 1
.bspwm-session View File

@@ -41,7 +41,7 @@ done
case $HOST in
laptop) sxhkd ~/.config/sxhkd/laptop ~/.config/sxhkd/volume &;;
home) sxhkd ~/.config/sxhkd/volume &;;
hegp) sxhkd ~/.config/sxhkd/volume & ~/.config/sxhkd/music ;;
hegp) sxhkd ~/.config/sxhkd/volume ~/.config/sxhkd/music &;;
hegp-laptop) sxhkd ~/.config/sxhkd/volume & ~/.config/sxhkd/music ;;
esac



Loading…
Cancel
Save