phenax / bsp-layout

Manage layouts in bspwm (tall and wide)
MIT License
373 stars 30 forks source link

remove bc from the dependencies #71

Open amtoine opened 1 year ago

amtoine commented 1 year ago

Should close #70.

As bc is not used anywhere in the code, this PR removes it from the dependencies of bsp-layout.

before the PR

bc is only used in the dependency checks but never as an actual command call

> rg -w bc
install.sh:for dep in bc bspc bash man; do
README.md:* `bc`
src/utils/common.sh:  for dep in bc bspc man; do

after the PR

rg -w bc is empty :ok_hand: